Retrieve All Users

GET https://{{vaultDNS}}/api/{{version}}/objects/users/

https://developer.veevavault.com/api/24.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 usersys records.

Request Params

KeyDatatypeRequiredDescription
vaultsstringRetrieve all users assigned to all vaults in your domain.
vaultsnumberRetrieve all users assigned to all vaults in your domain except for the vault in which the request is made.
vaultsnullRetrieve 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_membershipnullOptional: Set to false to include vault_membership fields. If true or omitted, vault_membership fields are not included in the response.
exclude_app_licensingnullOptional: Set to false to include app_licensing fields. If true or omitted, app_licensing fields are not included in the response.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring