Retrieve User
GET https://{{vaultDNS}}/api/{{version}}/objects/users/:{id}
https://developer.veevavault.com/api/22.3/#Retrieve_User
Note: This endpoint retrieves user records at the domain level. Beginning in v18.1, Admins create and manage users with usersys
object records. We strongly recommend using the Retrieve Object Record endpoint to retrieve a user
sys
record.
Retrieve information for one user. To get information for all users, see Retrieve All Users
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
exclude_vault_membership | null | Optional: Set to true to omit vault_membership fields. If you don’t need these fields, this may increase performance. If omitted, vault_membership fields are included in the response. | |
exclude_app_licensing | null | Optional: Set to true to omit app_licensing fields. If you don’t need these fields, this may increase performance. If omitted, app_licensing fields are included in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |