---
title: "Get User Space Permissions"
method: GET
path: "/permissions/spaces/{spaceId}/requester"
tags: ["Space Permissions"]
---

# Get User Space Permissions

`GET /permissions/spaces/{spaceId}/requester`

Get Info about the Permissions that the current requester user has in this Space.

## Path parameters

- `spaceId` string, uuid, required

## Response `200`

OK

- SpacePermissions — Permissions that the current user has on this Space. Each flag corresponds to a fine-grained action that a user may take.
  - `canListContentInRoot` boolean — Whether the current user can list the contents of the root of this Space.
  - `canCreateContentInRoot` boolean — Whether the current user can create new content in the root of this Space.
  - `canMoveContentToRoot` boolean — Whether the current user can move content into the root folder of this Space.
  - `canMoveContentOutOfRoot` boolean — Whether the current user can move content out of the root folder of this Space.
  - `canEditSpaceMetadata` boolean — Whether the current user can edit the metadata of this Space.
  - `canEditSpaceSettings` boolean — Whether the current user can edit the settings of this Space.
  - `canEditSpacePermissions` boolean — Whether the current user can add or remove users to this Space.
  - `canDeleteSpace` boolean — Whether the current user can delete this Space.

## Other responses

- `403` — Insufficient permissions
- `404` — Element was not found

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
