Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

List all roles created in your environment.
External DocumentationTo learn more, visit the Cortex Xpanse documentation.

Parameters

ParameterDescription
Role NamesA comma-separated list of role names to query by.

Example Output

{
	"reply": [
		[
			{
				"pretty_name": "string",
				"permissions": [
					"string"
				],
				"insert_time": 0,
				"update_time": 0,
				"created_by": "string",
				"description": "string",
				"groups": [
					"string"
				],
				"users": [
					"string"
				],
				"additionalProp1": {}
			}
		]
	],
	"additionalProp1": {}
}

Workflow Library Example

List Roles with Cortex Xpanse and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop