🚧 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/addUsersToAccessControlGroup \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "groupUuid": "AAAAAAAAAAAAAAAAAAAAAA", "userUuids": [ "AAAAAAAAAAAAAAAAAAAAAA" ] } '
{ "groupMembers": [ { "createdAtMillis": 123, "groupUuid": "AAAAAAAAAAAAAAAAAAAAAA", "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "type": "RHOMBUS_ACCESS_CONTROL", "updatedAtMillis": 123, "userUuid": "AAAAAAAAAAAAAAAAAAAAAA" } ] }
Adds specified users to an access control group
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to add users to an organization group.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
List of user UUIDs to add to the group
OK
Response for adding users to an organization group.
Users added to the group successfully from the original request
Show child attributes
Was this page helpful?