List Roles
Get a list of all the roles in the organization. The response is paginated with a default limit of 100 roles per page.
Parameters
Parameter | Description |
---|---|
Limit | Limit the number of roles returned in the response. The number of roles returned may be less than the limit . |
Name | Only return roles matching the given name. |
Sort By | Sort the list of roles by the name field. |
Token | Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left. |
Example Output
{
"data": [
{
"autofillDependencies": true,
"capabilities": [
"manageContent",
"manageDataVolumeFeed",
"manageFieldExtractionRules",
"manageS3DataForwarding"
],
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"description": "Manage data of the org.",
"filterPredicate": "!_sourceCategory=billing",
"id": "0000000000E20FE3",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"name": "DataAdmin",
"systemDefined": false,
"users": [
"0000000006743FE0",
"0000000005FCE0EE"
]
}
],
"next": "GDCiRv4vebF3UWFJQ1kySXBOR3Bzh69GR0RyWm9vCtc"
}
Workflow Library Example
List Roles with Sumo Logic and Send Results Via Email
Preview this Workflow on desktop