Assign Users To User Group

post

/api/restapi/project/assignUsersToGroup

Use this endpoint to assign users to user group at given project.

Request

Header Parameters
  • Enabling this boolean flag fails to complete the request if an error occurred while processing any user to group assignment/removal sent as part of the request.
    Allowed Values: [ "true", "false" ]
    Default Value: false
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProjectUserGroupAssignmentInput
Type: object
Title: ApiEntityProjectUserGroupAssignmentInput
Show Source
Nested Schema : userNames
Type: array
List of usernames of the users for user group assignment.
Show Source
Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : ApiEntityProjectUserPermissionsResponse
Type: object
Title: ApiEntityProjectUserPermissionsResponse
Show Source
Nested Schema : profiles
Type: array
Profiles response with individual message and statusCodes.
Show Source
Nested Schema : ApiEntityProfileResponse
Type: object
Title: ApiEntityProfileResponse
Show Source
  • Error message or reason for operation failure is populated. The field is non-persistable and thus maximum length is not applicable.
  • Maximum Length: 255
    The system-defined unique identifier of an object profile.
  • The response code representing the state of the API operation.
  • Maximum Length: 255
    Username of the user for permission assignment.

400 Response

Invalid input for the Project service.
Back to Top