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
Return All PagesAutomatically fetch all resources, page by page.

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