Retrieve User
GET https://{{vaultDNS}}/api/{{version}}/objects/users/:{id}
https://developer.veevavault.com/api/21.3/#retrieve-user
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 |