v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBUser Management
Create a new user
Creates a new user in Druva inSync with the settings defined in this API.
post/usermanagement/v1/users
Request body
Example request
{
"userName": "Ernie Carter",
"profileID": 2,
"storageID": 2,
"emailID": "ernie.carter@druva.com",
"sendPasswordByEmail": true
}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"
}