View User Permission Sets for Workspace

get

/api/restapi/workspace/permissionSets

Send a request to this endpoint to view the user's permission sets for the provided workspace.

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 : ApiEntityPermissionSets
Type: object
Title: ApiEntityPermissionSets
Show Source
Nested Schema : customLog
Type: array
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Show Source
Nested Schema : file
Type: array
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
Show Source
Nested Schema : idea
Type: array
Idea permission sets.
Applicable for workspace, idea retrieve APIs.
Show Source
Nested Schema : portfolio
Type: array
Portfolio permission sets.
Applicable for workspace, portfolio retrieve APIs.
Show Source
Nested Schema : program
Type: array
Program permission sets.
Applicable for workspace, program retrieve APIs.
Show Source
Nested Schema : project
Type: array
Project permission sets.
Applicable for workspace, project retrieve APIs.
Show Source
Nested Schema : report
Type: array
Report permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs.
Show Source
Nested Schema : workspace
Type: array
Workspace permission sets.
Applicable for workspace retrieve API.
Show Source
Nested Schema : ApiEntityProfile
Type: object
Title: ApiEntityProfile
Show Source

400 Response

Invalid input.
Back to Top