v1

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

Create a new group.

post/identity/group

Request body

idstring

ID of the group. If set, updates the corresponding existing group.

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