Retrieve All Users
GET https://{{vaultDNS}}/api/{{version}}/objects/users/
https://developer.veevavault.com/api/23.2/#Retrieve_All_Users
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 Collection endpoint to retrieve user
sys
records.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
vaults | string | Retrieve all users assigned to all vaults in your domain. | |
vaults | number | Retrieve all users assigned to all vaults in your domain except for the vault in which the request is made. | |
vaults | null | Retrieve all users assigned to vault ID 3003, vault ID 4004, and vault ID 5005. Use a comma-separated list of Vault IDs to retrieve users assigned only to the specified vaults. | |
exclude_vault_membership | null | Optional: Set to false to include vault_membership fields. If true or omitted, vault_membership fields are not included in the response. | |
exclude_app_licensing | null | Optional: Set to false to include app_licensing fields. If true or omitted, app_licensing fields are not included in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |