{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ], "totalResults": 123, "itemsPerPage": 123, "startIndex": 123, "Resources": [ { "schemas": [ "urn:ietf:params:scim:schemas:extension:2.0:Role" ], "id": "<string>", "meta": { "version": "<string>", "location": "<string>", "lastModified": "2023-11-07T05:31:56Z", "created": "2023-11-07T05:31:56Z", "resourceType": "Role" }, "value": "<string>", "display": "<string>", "type": "ORG_SYSTEM", "supported": true } ] }
Get a list of roles within an organization
Filter to apply to the role list (optional)
Ok
Show child attributes