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

# List Space Permissions

`GET /permissions/spaces/{spaceId}`

See who has access to a Space

## Path parameters

- `spaceId` string, uuid, required

## Response `200`

OK

- Permissions
  - `permissions` Permission[], required
    - `scope` PermissionScope, required — Information about the user to which this permission refers
      - `username` string, required
    - `permission` 'NONE' | 'PREVIEW' | 'VIEW' | 'COPY' | 'EDIT' | 'FULL_ACCESS', required — The permission level: * `NONE`: The subject has no access to the resource. * `VIEW`: The subject has read-only access to the resource. * `COPY`: The subject has read-only access to the resource and can make copies of it. * `EDIT`: The subject can also make changes to the resource. * `FULL_ACCESS`: The subject can make changes to the resource and also has management capabilities.

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