1. Docs
  2. API Reference
  3. WorkspaceContextResponseDto

WorkspaceContextResponseDto

Example

JSON
{
  "has_access": false,
  "environment_wide": false,
  "accessible_node_ids": [
    "string"
  ],
  "capabilities": [
    "string"
  ]
}

Properties

4 properties 4 required

has_access boolean Required

Whether the user has any operational authority here

environment_wide boolean Required

True when authority spans the whole Environment

accessible_node_ids array of string Required

Hierarchy nodes the user may see/act within (empty when environment-wide or no access)

capabilities array of string Required

Operational capabilities the user's roles grant in scope

Was this page helpful?

Tell us how we can improve this guide.