latestOpenAPI 3.0.42026-08-10286298.1 KB

5728f183a29d

UsersGroups

Adds users to a users group.

post/api/v1/UsersGroups/{usersGroupId}/Users

Path parameters

usersGroupIdstring uuid required

The users group ID.

Headers

X-API-SECRETstring required

API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

Request body

userIdsstring[] required

List of the user ids being added to the users group.

triggeredByUserIdstring uuid required

Identifier of the admin user that triggered the operation.

implicitlyApproveRequestsboolean

Obsolete: Will be removed, use 'Behaviour' field instead! (Old behavior: Flag that configures request creation behaviour. True = request are automatically approved. False = Normal requests are created.)

behaviour'CreateRequests' | 'AdminAction' | 'NoOperation'

Response

Created