---
title: "Get available space permissions"
method: GET
path: "/space-permissions"
tags: ["Space Permissions"]
---

# Get available space permissions

`GET /space-permissions`

Retrieves the available space permissions.

Available on tenants with [Role-Based Access Control](https://support.atlassian.com/confluence-cloud/docs/manage-user-roles/). 

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:
Permission to access the Confluence site.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Returned if the requested space permissions are retrieved.

- object
  - `results` SpacePermission[]
    - `id` string — The identifier for the space permission.
    - `displayName` string — The display name for the space permission.
    - `description` string — Describes the space permission’s usage.
    - `requiredPermissionIds` string[] — The permissions required for this permission to be enabled.
  - `_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 available space permissions.

---

[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)
