Remove Members from User Group

Use this API to remove users as members of a specific user group.

πŸ—’

Things to Know

  • The userId of the users to be removed from the user group can be specified in the request body in a comma separated list.
Path Params
uuid
required

The unique identifier of the user group.

Body Params
members
array of uuids

The list of user identifiers of the user group.

members
uuid

The unique identifier of the user group.

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

User group not found

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*