Skip to main content

Create a group

POST 

/api/web/v1/groups

Create a group with the specified name. Caller requires the GROUPS:ADD permission.

Request

Body

required

    externalId string

    The optional externalId of this group. Specify an empty string to remove the existing value of the externalId.

    name string

    The name of this group. This value is required when creating a group.

Responses

Successful

Schema

    created date-time

    When the group was created.

    externalId string

    The externalId of this group.

    id string

    The UUID of this group. This value is generated when the group is created.

    lastModified date-time

    When the group was last modified.

    name stringrequired

    The name of this group.

    type string

    Possible values: [LDAP_AD, MGMT_UI]

    The type of group indicating if this group was synchronized from a directory (LDAP_AD) or was created in Identity as a Service (MGMT_UI).

Loading...