Send a PATCH request with the user’s data to add or upsert a user info entry. If the user info already exists, it will be updated. If the user info does not exist, it will be created.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.