v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
Access Groups

Create a New Access Group

Create a new access group.

post/v1/accessGroups

Request body

namestring required

The name of the group.

descriptionstring nullable

The description of the group.

enabledboolean required

Indicates whether the group is enabled or not.

rulesAttributeRuleConfiguration required
ssoGroupMappingsstring[]

Response

The newly created group.

idstring uuid required

The unique identifier of the group.

namestring required

The name of the group.

descriptionstring nullable

The description of the group.

orgSlugstring required

The organization's slug to which the group belongs.

enabledboolean required

Indicates whether the group is enabled or not.

userIdsstring[] nullable

List of user IDs associated with the group.

rulesAttributeRuleConfiguration required
updatedAtstring date-time nullable
createdAtstring date-time required