Initiate Delegated Session

POST https://{{vaultDNS}}/api/{{version}}/delegation/login

https://developer.veevavault.com/api/24.1/#Initiate_Delegated_Session

Generate a delegated session ID. This allows you to call the Vault REST API on behalf of a user who granted you delegate access. To find which users have granted you delegate access, Retrieve Delegations.

Request Body

[{"name"=>"vault_id", "value"=>"", "datatype"=>"null"}, {"name"=>"delegator_userid", "value"=>"", "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringThe sessionId of the currently authenticated user who will initiate the delegated session. Cannot be a delegated_sessionid.
Acceptstring