---
title: "Get the permissions of a User or Group on the objects in an Organization"
method: GET
path: "/orgs/{orgId}/users/{userId}/perms"
tags: ["UserRole", "public"]
---

# Get the permissions of a User or Group on the objects in an Organization

`GET /orgs/{orgId}/users/{userId}/perms`

## Path parameters

- `orgId` string, required
- `userId` string, required

## Response `200`

The information about the User or the Group.

- SubjectPermissions — Maps of objects and permissions the subject holds on them.
  - `objects` object, required

## Other responses

- `403` — Server understands the request but refuses to authorize it.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
