List Custom User Roles
Returns list of custom user roles.
External Documentation
To learn more, visit the Opsgenie documentation.
Example Output
{
"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
}
Workflow Library Example
List Custom User Roles with Opsgenie and Send Results Via Email
Preview this Workflow on desktop