Skip to main content

List permissions

GET 

https://app.infodeck.io/api/organizations/:organizationId/permissions

List Permissions

Request

Path Parameters

    organizationId stringrequired

Query Parameters

    maxResults number

    Possible values: >= 10 and <= 100

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    Array of permission objects, each representing a specific set of permissions granted or available.

  • Array [
  • id stringrequired
    description stringrequired
    groups string[]required
    categoryId stringrequired
    actionId stringrequired
    createdAt numberrequired
    updatedAt numberrequired
    createdBy stringrequired
    updatedBy stringrequired
  • ]

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/organizations/:organizationId/permissions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!