View Permission Sets assigned to all users at Project

get

/api/restapi/project/users/permissionSets

Send a request to this endpoint to view the permission sets assigned to all the users at the provided project.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityUserPermissionAssignmentsProject>
Type: array
Title: List<ApiEntityUserPermissionAssignmentsProject>
Show Source
Nested Schema : ApiEntityUserPermissionAssignmentsProject
Type: object
Title: ApiEntityUserPermissionAssignmentsProject
Show Source
Nested Schema : assignedPermissions
List of assigned user permission profiles.
Match All
List of assigned user permission profiles.
Show Source
Nested Schema : ApiEntityAssignedPermissionsProject
Type: object
Title: ApiEntityAssignedPermissionsProject
Show Source
  • customLog
    Custom log permission sets.
    Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
  • file
    File permission sets.
    Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
  • project
    Project permission sets.
    Applicable for workspace, project retrieve APIs.
  • report
    Report permission sets.
    Applicable for workspace, project, program, portfolio, report retrieve APIs.
Nested Schema : customLog
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Match All
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Show Source
Nested Schema : file
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
Match All
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
Show Source
Nested Schema : project
Project permission sets.
Applicable for workspace, project retrieve APIs.
Match All
Project permission sets.
Applicable for workspace, project retrieve APIs.
Show Source
Nested Schema : report
Report permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs.
Match All
Report permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs.
Show Source
Nested Schema : ApiEntityBaseProfile
Type: object
Title: ApiEntityBaseProfile
Show Source

204 Response

Successful operation with no content.

404 Response

Error loading permission sets assigned to all users in the given project.
Back to Top