Assign Permission Profiles To User

post

/api/restapi/workspace/assignUser

Use this endpoint to assign workspace permission profiles to multiple user.

Request

Header Parameters
  • Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request.
    Allowed Values: [ "true", "false" ]
    Default Value: false
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityWorkspaceUserPermissions
Type: object
Title: ApiEntityWorkspaceUserPermissions
Show Source
Nested Schema : profiles
Type: array
List of user profiles.
Show Source
Nested Schema : ApiEntityWorkspaceProfileInput
Type: object
Title: ApiEntityWorkspaceProfileInput
Show Source
Examples

Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : ApiEntityWorkspaceUserPermissionsResponse
Type: object
Title: ApiEntityWorkspaceUserPermissionsResponse
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.
Back to Top