v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
identity

Update or delete an existing group using its ID.

post/identity/group/id/{id}

Request body

member_entity_idsstring[]

Entity IDs to be assigned as group members.

member_group_idsstring[]

Group IDs to be assigned as group members.

metadataobject

Metadata to be associated with the group. In CLI, this parameter can be repeated multiple times, and it all gets merged together. For example: vault <command> <path> metadata=key1=value1 metadata=key2=value2

namestring

Name of the group.

policiesstring[]

Policies to be tied to the group.

typestring

Type of the group, 'internal' or 'external'. Defaults to 'internal'

Response

OK