Retrieve All Users

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

https://developer.veevavault.com/api/21.3/#retrieve-all-users

Using the endpoint alone with no optional parameters will retrieve users assigned only to the vault in which the request is made. For customers with multiple vaults in their domain, users with Domain Admin, System Admin, and Vault Owner privileges can access user information across different vaults in the domain by including the optional parameter vaults set to query string params

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