---
title: "Get permissions for a specific user with groups"
method: GET
path: "/userpermissions/{ct_user_id}"
tags: ["userpermissions"]
---

# Get permissions for a specific user with groups

`GET /userpermissions/{ct_user_id}`

Returns groups access permissions for given ct_user_id

## Path parameters

- `ct_user_id` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

access permissions for given ct_user_id

- GetUserPermissionByUserId
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string, required — Error message when result='error'. String. Empty/null on success.
  - `data` object — Response payload. Shape varies by endpoint.
    - `first_name` string — First name of the user. Type: string.
    - `last_name` string — Last name of the user. Type: string.
    - `username` string — Username or email address of the user. Type: string.
    - `user_external_id` string — external_id of the user. Type: string.
    - `ct_user_ou_id` integer — ID of the user's organizational unit. Type: integer.
    - `org_unit_parent_id` integer — ID of the parent organizational unit. Type: integer.
    - `has_access_to` object[] — has_access_to. Type: array of object.
      - `org_unit_id` integer — Organization unit (group) ID. Integer. Same concept as group_id; used in newer endpoints.
      - `external_id` string — Customer-provided identifier used to map this call to a record in the customer's own system. String. Must be unique within the customer's org.
      - `org_unit_name` string — Name of the organizational unit. Type: string.

## Other responses

- `default` — Unexpected error

---

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