---
title: "Returns list of allowed list of groups"
method: GET
path: "/userpermissions/{ct_user_id}/allowed"
tags: ["userpermissions"]
---

# Returns list of allowed list of groups

`GET /userpermissions/{ct_user_id}/allowed`

Get list of groups which can be allowed to have permissions

## Path parameters

- `ct_user_id` integer, required

## Query parameters

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

## Response `200`

allowed list of groups

- GetAllowedGroups
  - `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.
    - `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)
