Validate Session ID

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

https://developer.veevavault.com/api/20.3/#validate-session-id

Given a valid session ID, this request returns information for the currently authenticated user. If the session ID is not valid, this request returns an INVALIDSESSIONID error type. This is similar to a whoami request.

Request Params

KeyDatatypeRequiredDescription
exclude_vault_membershipnullOptional: 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_licensingnullOptional: 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

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring