Update a user in the application via patch
patch/users/{userId}
Path parameters
userIdstring required
Unique ID for the user.
Query parameters
api-versionstring required
The version of the API being called.
Headers
If-Matchstring
Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
Request body
object required
Response
Success
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
added the new optional
headerrequest parameterIf-Matchnew-optional-request-parameter
- ○