Skip to main content

Get a group by externalId

POST 

/api/web/v1/groups/externalid

Get the specified group by externalId. Caller requires the GROUPS:VIEW permission.

Request

Body

required

    id stringrequired

    The name or externalId of 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...