Skip to main content

Update a group

PUT 

/api/web/v1/groups/:id

Update the specified group. Caller requires the GROUPS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the group to update.

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