Skip to main content

Get All Portal Permissions

GET 

/v1/portal-permissions

Get all portal permissions, requires portalPermissions:config:view or edit

Responses

Successful Response

Schema

  • Array [

  • permission_id Permission Id (string)required
    type Type (string)
    scope Scope (string)
    access Access (string)
    description Description (string)
    display_name Display Name (string)
    level PermissionAssignmentLevel (string)

    Possible values: [glb, org, product, sandbox, environment, product_up, sandbox_up, environment_up]

    An enumeration.

  • ]

Loading...