View Permission Sets and Users Assigned to User Group for Project

get

/api/restapi/project/userGroups/permissionSets

Send a request to this endpoint to view permission sets and users assigned to a user group 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<ApiEntityUserGroupsPermissionAssignmentsProject>
Type: array
Title: List<ApiEntityUserGroupsPermissionAssignmentsProject>
Show Source
Nested Schema : ApiEntityUserGroupsPermissionAssignmentsProject
Type: object
Title: ApiEntityUserGroupsPermissionAssignmentsProject
Show Source
Nested Schema : assignedPermissions
List of assigned user permission profiles in the user group.
Match All
List of assigned user permission profiles in the user group.
Show Source
Nested Schema : assignedUsers
Type: array
List of assigned users in the user group.
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
Nested Schema : ApiEntityAssignedUsers
Type: object
Title: ApiEntityAssignedUsers
Show Source

204 Response

Successful operation with no content.

404 Response

Error loading permission sets and users assigned to a user group in the given project.
Back to Top