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/user-management/v1/reporting-roles

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

Retrieves a paginated list of reporting roles

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

Reporting Roles

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

Unique identifier of the report role.

name
string

Display name of the report role.

nextPage
string (uri) | null

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