For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Roles

Returns a list of user roles for specified tenant

get
Path parameters
tenantVarCodestringRequired

Tenant Var Code

Responses
200

OK

TenantCodestring · nullableOptional

Tenant Var Code

RoleIdstring · nullableOptional

The unique identifier that represents a role

RoleNamestring · nullableOptional

The name of the role

get/V2/{tenantVarCode}/userroles
GET /V2/{tenantVarCode}/userroles HTTP/1.1
Accept: */*
200

OK

[
  {
    "TenantCode": "text",
    "RoleId": "text",
    "RoleName": "text"
  }
]

Last updated