For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserGroup

Endpoint for managing user groups

Get all usersgroups in the tenant

get
Authorizations
AuthorizationstringRequired
Responses
200

OK

application/json

Model used for UserGroups

Createdstring · date-timeOptional

Date and time when the user group was created

LastModifiedstring · date-timeOptional

Date and time when the user group was last modified

CreatedBystring · nullableOptional

User that created the user group

LastModifiedBystring · nullableOptional

User that last modified the user group

Uidstring · uuidOptional

Unique identifier for the user group

Namestring · nullableOptional

Name of the user group

get/v1/usergroups

Creates a new user group

post
Authorizations
AuthorizationstringRequired
Body

Model for creating a user group

Uidstring · uuidOptional

Unique identifier for the user group

Namestring · nullableOptional

Name of the user group

Responses
200

OK

No content

post/v1/usergroups

No content

Updates a existing usergroup

put
Authorizations
AuthorizationstringRequired
Body

Update model for a user group

Uidstring · uuidOptional

Unique identifier for the user group

Namestring · nullableOptional

Name of the user group

Responses
200

OK

No content

put/v1/usergroups

No content

Returns a single usergroup from the tenant

get
Authorizations
AuthorizationstringRequired
Path parameters
uidstring · uuidRequired
Responses
200

OK

application/json

Model used for UserGroups

Createdstring · date-timeOptional

Date and time when the user group was created

LastModifiedstring · date-timeOptional

Date and time when the user group was last modified

CreatedBystring · nullableOptional

User that created the user group

LastModifiedBystring · nullableOptional

User that last modified the user group

Uidstring · uuidOptional

Unique identifier for the user group

Namestring · nullableOptional

Name of the user group

get/v1/usergroups/{uid}

Deletes an existing usergroup

delete
Authorizations
AuthorizationstringRequired
Path parameters
uidstring · uuidRequired
Responses
200

OK

No content

delete/v1/usergroups/{uid}

No content

Last updated