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
-
projectCode(required): string
Project code of the project to be found.
This is a required field. -
projectId(required): integer(int64)
ID of the project to be found.
This is a required field. -
workspaceCode(required): string
Workspace code of the project to be found.
This is a required field. -
workspaceId: integer(int64)
The system-generated identifier of a workspace.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityUserPermissionAssignmentsProject>
Type:
array
Title:
Show Source
List<ApiEntityUserPermissionAssignmentsProject>
-
Array of:
object ApiEntityUserPermissionAssignmentsProject
Title:
ApiEntityUserPermissionAssignmentsProject
Nested Schema : ApiEntityUserPermissionAssignmentsProject
Type:
object
Title:
Show Source
ApiEntityUserPermissionAssignmentsProject
-
assignedPermissions:
assignedPermissions
List of assigned user permission profiles.
-
displayName: string
The name displayed of the user when logged into the system.
-
userName: string
The identification used by a user to log in to the system.
Nested Schema : assignedPermissions
List of assigned user permission profiles.
Match All
List of assigned user permission profiles.
Show Source
-
object
ApiEntityAssignedPermissionsProject
Title:
ApiEntityAssignedPermissionsProject
Nested Schema : ApiEntityAssignedPermissionsProject
Type:
object
Title:
Show Source
ApiEntityAssignedPermissionsProject
-
customLog:
customLog
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs. -
file:
file
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs. -
project:
project
Project permission sets.
Applicable for workspace, project retrieve APIs. -
report:
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.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Match All
Custom log permission sets.
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
Show Source
Applicable for workspace, project, program, customLogTypeObject retrieve APIs.
-
object
ApiEntityBaseProfile
Title:
ApiEntityBaseProfile
Nested Schema : file
File permission sets.
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
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
Applicable for workspace, project, program, portfolio, idea, document retrieve APIs.
-
object
ApiEntityBaseProfile
Title:
ApiEntityBaseProfile
Nested Schema : project
Project permission sets.
Applicable for workspace, project retrieve APIs.
Applicable for workspace, project retrieve APIs.
Match All
Project permission sets.
Applicable for workspace, project retrieve APIs.
Show Source
Applicable for workspace, project retrieve APIs.
-
object
ApiEntityBaseProfile
Title:
ApiEntityBaseProfile
Nested Schema : report
Report permission sets.
Applicable for workspace, project, program, portfolio, report retrieve APIs.
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
Applicable for workspace, project, program, portfolio, report retrieve APIs.
-
object
ApiEntityBaseProfile
Title:
ApiEntityBaseProfile
Nested Schema : ApiEntityBaseProfile
Type:
object
Title:
Show Source
ApiEntityBaseProfile
-
profileId: string
Maximum Length:
255
Profile ID. -
profileName: string
Maximum Length:
255
Profile Name.
204 Response
Successful operation with no content.
404 Response
Error loading permission sets assigned to all users in the given project.