Update a User

put

/api/restapi/user

Send a request to this endpoint to update general information for a user.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityApplicationUserInput
Type: object
Title: ApiEntityApplicationUserInput
This entity represents a ApplicationUser object, a unique ApplicationUser object can be identified by the following combinations of the fields.
  • userId
  • email
  • ldapGuid
Show Source
Nested Schema : userProducts
Type: array
A list of all user product fields and values in the form of key value pairs.
Show Source
Nested Schema : ApiEntityUserProductInput
Type: object
Title: ApiEntityUserProductInput
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide a value for this field during object update to delete the particular nested entry in the list of user products. A valid productName value must be provided to perform deletion.
  • The system-generated unique identifier of a license.
  • Allowed Values: [ "IDEA", "PORTFOLIO", "PROGRESS", "SCHEDULE", "TASKS" ]
    The name of the license.
  • The system-generated identifier for the user product.
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the user group service.
Back to Top