Retrieve Current User with SCIM

GET https://{{vaultDNS}}/api/{{version}}/scim/v2/Me

https://developer.veevavault.com/api/21.2/#retrieve-current-user-with-scim

Retrieve the currently authenticated user with SCIM.

Request Params

KeyDatatypeRequiredDescription
attributesnullOptional: Include specified attributes only. Enter multiple values in a comma separated list. For example, to include only user name and email in the response, attributes=userName,emails. Note that the schemas and id attributes are always returned.
excludedAttributesnullOptional: Exclude specific attributes from the response. Enter multiple values in a comma separated list. For example, to exclude user name and email from the response, excludedAttributes=userName,emails. Note that the schemas and id attributes are always returned and cannot be excluded.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring