You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The POST /user endpoint allows to create a user identity if it does not exist or in case it is removed.
Another use case for this endpoint is update of the identity, including addition of credentials, contacts, roles and extras when identity is updated e.g. for another segment. Instead of returning an error that user identity already exists we should allow described partial update which keeps original parameters.
The text was updated successfully, but these errors were encountered:
The
POST /user
endpoint allows to create a user identity if it does not exist or in case it is removed.Another use case for this endpoint is update of the identity, including addition of credentials, contacts, roles and extras when identity is updated e.g. for another segment. Instead of returning an error that user identity already exists we should allow described partial update which keeps original parameters.
The text was updated successfully, but these errors were encountered: