---
title: "Get user information using userID"
method: GET
path: "/usermanagement/v1/users/{userID}"
tags: ["User Management"]
---

# Get user information using userID

`GET /usermanagement/v1/users/{userID}`

Returns information about a particular user in Druva inSync using the userID.

## Path parameters

- `userID` integer, required

## Response `200`

OK

- User
  - `userID` integer — The unique id of the user in inSync. Example - 1
  - `userName` string — The username of the user in inSync. Example - Ernie Carter
  - `emailID` string — The email address of the user. Example - ernie.carter@druva.com
  - `status` 'active' | 'preserved' — The status of the user account. Example - active
  - `profileID` integer — The profile ID of the profile associated with the user. Example - 1
  - `storageID` integer — The storage ID of the storage associated with the user. Example - 1
  - `cacheID` integer — The CloudCache Server ID associated with the user. Example - 1
  - `quota` string — The storage quota assigned to the user in inSync. Example - 10 GB
  - `quotaInBytes` integer — The storage quota assigned to the user (in bytes) in inSync. Example - 10737418240
  - `addedOn` string, date-time — The date on which the user was added in inSync. Example - 2019-10-25T00:00:00Z
  - `privacySettingsEnabled` string — Displays the status of the privacy setting of the user. If the value returned is True, privacy setting is enabled by the user. If the value returned is False, privacy settings is not set or user has allowed admin access to their data.
  - `ldapGUID` boolean — The AD or LDAP object GUID of the user in a hex string format. Example: B1C47201C67910458867BA19982E353E. The ldapGUID displays objectGUID if the user is imported from AD and displays entryUUID if imported from LDAP.

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/revisions/2af2bf148b25/schema)
