UserRoles List

Last published : Jun 07, 2026
GET https://<Reporting endpoint Base URL>/odata/UserRoles
Sample requests
GET https://<Reporting endpoint Base URL>/odata/UserRoles?reportid=<ID of the UserRolesAsync API report>
GET https://<Reporting endpoint Base URL>/odata/UserRoles?reportid=d53960f0-dbd0-4aa9-b7cf-23bd6ab7875f
Parameter/Filters
The following filter can be used with the UserRoles API when invoked using the GET method only. The system uses the AND operator between the filters to return the result based on the specified filters.
ReportID Mandatory Specify the ID of report you want to view.
Scenario 1
GET https://<Reporting endpoint Base URL>/odata/UserRoles?reportid=d0558287-3349-4df3-9528-11168637a83b
Sample response
Status code: 200 OK
image
Supported OData Filters
Responses
See Responses.
Related information