Skip to content

HTTP 403, workspaces and membership

TENANT-002

This needs a higher role.

What it means

You are a member, but the action requires more than your role. Viewers read; members operate; admins configure; owners hold billing and deletion.

What to do

Ask an administrator or owner to perform it, or to raise your role.

The response

Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.

{
  "type": "https://shiftgraph.dev/errors/TENANT-002",
  "title": "This needs a higher role.",
  "status": 403,
  "code": "TENANT-002",
  "trace_id": "01J8Z…"
}

Related codes

Organizations, roles, invitations, and the org-level policies an administrator can set. A workspace you cannot see returns Not found rather than Forbidden, so that membership itself is never disclosed.

The full error reference, or write to support@shiftgraph.dev with the trace id.