v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBUser Management
Update user information using userID
Use this API to update username and profile of an existing user.
patch/usermanagement/v1/users/{userID}
Path parameters
userIDinteger required
Specify the inSync user ID of the user for whom you want to update the username or profile. Get the ID of a user using the ‘List all users’ API.
Request body
Example request
{
"userName": "Ernie Carter",
"profileID": 2
}Response
OK
Example response
{
"userID": 1,
"userName": "Ernie Carter",
"emailID": "ernie.carter@druva.com",
"profileID": 1,
"storageID": 1,
"quota": "50 GB",
"quotaInBytes": 53687091200,
"addedOn": "2019-10-25T00:00:00Z"
}