Skip to main content

Get a group

GET 

/api/web/v1/groups/:id

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

Request

Path Parameters

    id stringrequired

    The UUID of the group to fetch.

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...