Validate Session User
GET https://{{vaultDNS}}/api/{{version}}/objects/users/me
https://developer.veevavault.com/api/22.3/#Validate_Session
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 INVALID_SESSION_ID
error type
. This is similar to a whoami
request.
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 |