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
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.