User Roles
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

