logo_smallAxellero.io

Permissions List

Retrieve a paginated list of permissions.

Query and paginate through permissions in the authentication system.

Configuration

Inputs

NameCodeTypeRequiredDefaultDescription
OffsetoffsetIntegerNo0Pagination offset
LimitlimitIntegerNo-Maximum results

Outputs

NameTypeDescription
permissionsObject[]Array of permission objects
total_countIntegerTotal permission count

Usage

{
  "offset": 0,
  "limit": 100
}

Permission Object

Each permission in the array contains:

  • id: Permission ID
  • code: Permission code
  • description: Permission description
  • allowedWorkflows: Associated workflows