Skip to main content

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

ParameterDescription
LimitLimit the number of roles returned in the response. The number of roles returned may be less than the limit.
NameOnly return roles matching the given name.
Sort BySort the list of roles by the name field.
TokenContinuation 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

Workflow LibraryPreview this Workflow on desktop