---
title: "List user permissions for an organization"
method: GET
path: "/organizations/{organization_id}/user_permissions"
tags: ["user_permissions"]
---

# List user permissions for an organization

`GET /organizations/{organization_id}/user_permissions`

Lists user permissions for the matching organization.

## Query parameters

- `page` integer
- `per` integer

## Response `200`

User permissions for the matching organization.

- object
  - `data` UserPermissionToOrganization[], required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'user_permissions', required — The type of the resource.
    - `attributes` object, required
      - `permission_level` 'guest' | 'collaborator' | 'admin' | 'owner' — Access level to the object. Learn more about the permission levels you can grant Users in our Knowledge Base article on <a href="https://help.smartsheet.com/115002602273-User-Permissions" target="_blank">User Permissions</a>.
    - `relationships` object, required
      - `user` object
        - `id` string — Unique identifier for the resource instance.
        - `type` 'users' — The type of the resource.
      - `permissible` object
        - `id` string — Unique identifier for the resource instance.
        - `type` 'organizations' — The type of the resource.
  - `included` union[] — An array listing the organization and its users.
    - union
      - User
        - `id` string, required — Unique identifier for the resource instance.
        - `type` 'users', required — The type of the resource.
        - `attributes` UserAttributes, required
          - `email` string, required — The user's email address.
          - `first_name` string, required — The user's first name.
          - `last_name` string, required — The user's last name.
      - Organization
        - `id` string, required — Unique identifier for the resource instance.
        - `type` 'organizations', required — The type of the resource.
        - `attributes` OrganizationAttributes, required
          - `name` string — The name of the brandfolder.
          - `tagline` string — The tagline of the brandfolder.
          - `slug` string — The URL-friendly slug of the brandfolder.
  - `meta` PaginationMetadataResponse, required — Page context information.
    - `current_page` integer, required
    - `next_page` object, nullable, required
    - `prev_page` object, nullable, required
    - `total_pages` unknown, required
    - `total_count` unknown, required

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.dev/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.dev/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
