Update User

A partner, using a token signed by their clientId and clientSecret, can call this method to update the current metadata associated with the user id. If any field is null, it is not updated.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Query parameters

user_idstringOptionalformat: "uuid"
User Id
external_user_idstringOptional
External User Id

Request

Patch User Request
emailstringOptional
entitlementslist of objectsOptional
external_user_idstringOptional
namestringOptional

Response

OK
messagestring or null
successboolean or null
userobject or null

Errors