---
title: "Get current user's role permissions."
method: GET
path: "/users/me/permissions"
tags: ["User"]
---

# Get current user's role permissions.

`GET /users/me/permissions`

Returns the roles and effective permissions of the authenticated user, scoped to the `organisationId`
query parameter if given, otherwise to the organisation owning the `project` header, otherwise to the
first organisation the user is a member of. Responds 404 when the organisation, project or role cannot
be resolved.

## Response `200`

Ok

- object
  - `permissions` string[], required
  - `roles` string[], required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
