Skip to main content
POST
/
api
/
accesscontrol
/
findAccessControlGroupsByNamePrefix
Find access control groups by name prefix
curl --request POST \
  --url https://api2.rhombussystems.com/api/accesscontrol/findAccessControlGroupsByNamePrefix \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "groupNamePrefix": "Eng"
}
'
{
  "groups": [
    {
      "createdAtMillis": 123,
      "description": "<string>",
      "locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "name": "<string>",
      "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
      "type": "RHOMBUS_ACCESS_CONTROL",
      "updatedAtMillis": 123,
      "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
    }
  ]
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request to find organization groups by name prefix.

groupNamePrefix
string | null

Name prefix to search for groups

Example:

"Eng"

Response

200 - application/json

OK

Response containing organization groups found by name prefix.

groups
object[] | null

List of organization groups found by name prefix