Update A User
This API available only for user access-token integration
Endpoint allows updating fields in a User by its ID
on the Graph or by externalUserId
. In the JSON request body, include a JsonPatch patch object that specifies the operation to perform, one or more fields to update, and a new value for each updated field.
Note: To know more about JsonPatch take a look at JsonPatch website.
Update Recipe
PATCH
/v1/me
Path Parameters
Request Body
Sample Request
Response
UserPreferences
Last updated