View User Groups for Project

get

/api/restapi/project/userGroups

Send a request to this endpoint to view the user groups accessible for 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 : ApiEntityUserGroups
Type: object
Title: ApiEntityUserGroups
Show Source
Nested Schema : userGroups
Type: array
User Groups Data.
Show Source
Nested Schema : ApiEntityUserGroup
Type: object
Title: ApiEntityUserGroup
Show Source
Nested Schema : assignedUsers
Type: array
List of assigned users in the user group.
Show Source
Nested Schema : ApiEntityAssignedUsers
Type: object
Title: ApiEntityAssignedUsers
Show Source

204 Response

Successful operation with no content.

404 Response

Error loading user groups in the given project.
Back to Top