latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

permissions

Get the list of available permissions

This endpoint is available to all the platforms' users

get/permissions

Response

OK

metaobject required

Example response

{
  "data": {
    "attributes": {
      "permissions": [
        "global.stats.workspaces",
        "global.auth_clients.get",
        "global.auth_clients.edit",
        "global.auth_clients.create",
        "global.auth_clients.delete",
        "contracts.contract.edit",
        "contracts.membership.edit",
        "contracts.workspace_limits.edit",
        "contracts.workspace.create",
        "contracts.workspace.listAll",
        "contracts.workspace.delete",
        "contracts.repository.edit",
        "contracts.devTeam.edit",
        "workspaces.workspace.edit",
        "workspaces.workspace.edit_membership_support",
        "workspaces.auth_secret.get",
        "workspaces.auth_secret.get_credentials",
        "workspaces.auth_secret.edit",
        "workspaces.auth_secret.create",
        "workspaces.auth_secret.delete",
        "workspaces.auth_secret.refresh",
        "workspaces.flow.edit",
        "workspaces.flow.toggleStatus",
        "workspaces.flow.toggleRealtime",
        "workspaces.flow.exportToRecipe",
        "workspaces.logs.read_all",
        "workspaces.recipe.edit",
        "workspaces.credential.edit",
        "workspaces.vpn_agent.create",
        "workspaces.vpn_agent.get",
        "workspaces.vpn_agent.edit",
        "workspaces.vpn_agent.delete",
        "workspaces.vpn_agent.get_config",
        "workspaces.topic.create",
        "workspaces.topic.get",
        "workspaces.topic.edit",
        "workspaces.topic.delete"
      ]
    }
  }
}