v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBUser Management
Get user information using userID
Returns information about a particular user in Druva inSync using the userID.
get/usermanagement/v1/users/{userID}
Path parameters
userIDinteger required
The unique ID of a user in inSync. Get the ID of a user using the 'List all users' API.
Response
OK
Example response
{
"userID": 1,
"userName": "Ernie Carter",
"emailID": "ernie.carter@druva.com",
"profileID": 1,
"storageID": 1,
"cacheID": 1,
"quota": "10 GB",
"quotaInBytes": 10737418240,
"addedOn": "2019-10-25T00:00:00Z"
}