External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
List Custom User Roles
Returns list of custom user roles.

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.
{
"data": [
{
"disallowedRights": [
"string"
],
"extendedRole": "Custom role. Must not be one of the defined values (i.e. \"user\", \"observer\", \"stakeholder\")",
"grantedRights": [
"string"
],
"id": "string",
"name": "string"
}
],
"requestId": "string",
"took": 0
}
Was this page helpful?