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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Role Names | A comma-separated list of role names to query by. |
{
"reply": [
[
{
"pretty_name": "string",
"permissions": [
"string"
],
"insert_time": 0,
"update_time": 0,
"created_by": "string",
"description": "string",
"groups": [
"string"
],
"users": [
"string"
],
"additionalProp1": {}
}
]
],
"additionalProp1": {}
}
Was this page helpful?