Skip to main content
GET
/
api
/
apis
/
{apiID}
/
access
Get API access rights (users and userGroups)
curl --request GET \
  --url https://{tenant}/api/apis/{apiID}/access \
  --header 'Authorization: Bearer <token>'
{
  "userGroupIds": [
    "663a4ed6b6be920001b191aa",
    "663a4ed6b6be920001b191ab"
  ],
  "userIds": [
    "663b2a835715ecb6edef24e3",
    "663a5bbf5715ec8040251f2a"
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

apiID
string
required

Response

userGroupIds
string[]
Example:
userIds
string[]
Example: