Update Current User with SCIM
PUT https://{{vaultDNS}}/api/{{version}}/scim/v2/Me
https://developer.veevavault.com/api/23.2/#SCIM_Update_Me
Update the currently authenticated user with SCIM.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
attributes | null | Optional: 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. | |
excludedAttributes | null | Optional: 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. |
Request Body
{"schemas"=>["urn:ietf:params:scim:schemas:extension:veevavault:2.0:User", "urn:ietf:params:scim:schemas:core:2.0:User"], "name"=>{"familyName"=>"Murray", "givenName"=>"Megan"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |