Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/v1/user-management/user-roles

Prev Next
Get
/public/v1/user-management/user-roles

Retrieves a paginated list of user roles for the tenant, optionally filtered by brand name. Use the continuationToken from the previous response to retrieve the next page.

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Query parameters
PageSize
integer (int32)

Maximum number of top level objects in the response, max value 250; if there are more objects matching the criteria, a link with a continuation token will be included in the response

Brands
string

Brands to filter by (comma-separated)

ContinuationToken
string

Pagination token from a previous response. Omit to start from the first page

Responses
200

User Roles

Expand All
object
entities
Array of object (R365.Netcore.Public.Contracts.Users.Models.UserRole)
object
id
string (uuid)

Unique identifier of the user role.

name
string

Display name of the user role.

nextPage
string (uri) | null

URL to retrieve the next page of results, or null when this is the last page.