---
title: "Check RBAC status"
method: GET
path: "/api/permissions/v2/deployments/{deploymentId}/status"
tags: ["TeamsService"]
---

# Check RBAC status

`GET /api/permissions/v2/deployments/{deploymentId}/status`

Indicates if deployment has Role-Based Access Control enabled

## Path parameters

- `deploymentId` integer, required — The unique numerical identifier for the deployment.

## Response `200`

OK

- ProtosPermissionsV2CheckRbacStatusResponse
  - `deploymentId` string, int64 — The unique numerical identifier for the deployment.
  - `enabled` boolean — Whether RBAC has been enabled for the deployment.
  - `selfServeEnabled` boolean — Whether the deployment has self-serve RBAC enablement turned on.

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/versions/6483eeecd582/schema)
