---
title: "Get space permissions assignments"
method: GET
path: "/spaces/{id}/permissions"
tags: ["Space Permissions"]
---

# Get space permissions assignments

`GET /spaces/{id}/permissions`

Returns space permission assignments for a specific space.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to view the space.

## Path parameters

- `id` integer, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Returned if the requested assignments are returned.

- object
  - `results` SpacePermissionAssignment[]
    - `id` string — ID of the space permission.
    - `principal` object — The entity the space permissions corresponds to.
      - `type` 'user' | 'group' | 'role'
      - `id` string — ID of the entity.
    - `operation` object — The operation the space permission corresponds to.
      - `key` 'use' | 'create' | 'read' | 'update' | 'delete' | 'copy' | 'move' | 'export' | 'purge' | 'purge_version' | 'administer' | 'restore' | 'create_space' | 'restrict_content' | 'archive' — The type of operation.
      - `targetType` 'page' | 'blogpost' | 'comment' | 'attachment' | 'whiteboard' | 'database' | 'embed' | 'folder' | 'space' | 'application' | 'userProfile' — The type of entity the operation type targets.
  - `_links` MultiEntityLinks
    - `next` string — Used for pagination. Contains the relative URL for the next set of results, using a cursor query parameter. This property will not be present if there is no additional data available.
    - `base` string — Base url of the Confluence site.

## Other responses

- `400` — Returned if an invalid request is provided.
- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `404` — Returned if the calling user does not have permission to view the requested space permission assignments or the space was not found.

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api-v2/revisions/c4bd1ed570f2/schema)
