🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/accesscontrol/removeUsersFromAccessControlGroup \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "groupUuid": "AAAAAAAAAAAAAAAAAAAAAA", "userUuids": [ "AAAAAAAAAAAAAAAAAAAAAA" ] } '
{}
Removes specified users from an access control group
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to remove users from an organization group.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
List of user UUIDs to remove from the group
OK
Response indicating successful removal of users from an organization group.
Was this page helpful?