---
title: "List user roles in an organization"
method: GET
path: "/users/{userId}/user-organization-roles"
tags: ["Users / User organization roles"]
---

# List user roles in an organization

`GET /users/{userId}/user-organization-roles`

Gets list of all users and their roles in the organization with the specified `organizationId`. Get all user role IDs with the API call `GET /users/roles`.

## Path parameters

- `userId` string, required

## Query parameters

- `cols[]` string[]

## Response `200`

Successful response

- object
  - `userOrganizationRoles` object[]
    - `userId` integer
    - `organizationId` integer
    - `usersRoleId` integer
    - `invitation` string

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
