---
title: "Get User Project Permissions"
method: GET
path: "/permissions/projects/{projectId}/requester"
tags: ["Project Permissions"]
---

# Get User Project Permissions

`GET /permissions/projects/{projectId}/requester`

Get Info about the Permissions that the current requester user has for this Project.

## Path parameters

- `projectId` string, required

## Response `200`

Successful operation

- ProjectPermissions — Permissions that the current user has on this Project. Each flag corresponds to a fine-grained action that a user may take.
  - `canPreviewProject` boolean — Whether the current user can see basic details about this Project.
  - `canReadProject` boolean — Whether the current user can open this Project.
  - `canCopyProject` boolean — Whether the current user can copy this Project.
  - `canWriteProject` boolean — Whether the current user can edit this Project.
  - `canExecuteProjectBillableAction` boolean — Whether the current user can execute a billable action on this Project.
  - `canManageProject` boolean — Whether the current user can manage this Project.
  - `canMoveProjectToPersonalSpace` boolean — Whether the current user can move this Project to their Personal Space.
  - `canListProjectPermissions` boolean — Whether the current user can see who has access to this Project.
  - `canEditProjectPermissions` boolean — Whether the current user can change who has access to this Project.
  - `canShareProjectWithSpaceMembers` boolean — Whether the current user can share this project with users that have access to the Space.
  - `canShareProjectWithOrganizationMembers` boolean — Whether the current user can share this project with members of the Organization.
  - `canShareProjectWithAnyone` boolean — Whether the current user can share this project with any user of the platform.
  - `canMakeProjectPublic` boolean — Whether the current user can make this project public.
  - `canDeleteProject` boolean — Whether the current user can delete this Project.

## Other responses

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