latestOpenAPI 3.0.42026-08-10286298.1 KB

5728f183a29d

UsersGroups

Remove users from a users group.

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

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 removed from the users group.

triggeredByUserIdstring uuid required

Identifier of the admin user that triggered the operation.

implicitlyApproveRequestsboolean

Flag that configures request creation behaviour. True = request are automatically approved. False = Normal requests are created.

Response

No Content