Permissions List
Retrieve a paginated list of permissions.
Query and paginate through permissions in the authentication system.
Configuration
Inputs
| Name | Code | Type | Required | Default | Description |
|---|---|---|---|---|---|
| Offset | offset | Integer | No | 0 | Pagination offset |
| Limit | limit | Integer | No | - | Maximum results |
Outputs
| Name | Type | Description |
|---|---|---|
| permissions | Object[] | Array of permission objects |
| total_count | Integer | Total permission count |
Usage
{
"offset": 0,
"limit": 100
}Permission Object
Each permission in the array contains:
id: Permission IDcode: Permission codedescription: Permission descriptionallowedWorkflows: Associated workflows