Retrieve Single User with SCIM

GET https://{{vaultDNS}}/api/{{version}}/scim/v2/Users/:{id}

https://developer.veevavault.com/api/22.2/#retrieve-single-user-with-scim

Retrieve a specific user with SCIM.

Request Params

KeyDatatypeRequiredDescription
filternullOptional: Filter for a specific attribute value. Must be in the format {attribute} eq "{value}". For example, to filter for a particular user name, userName eq "john". Complex expressions are not supported, and eq is the only supported operator.
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