Upsert email
PUT/identity/v2/manage/account/:uid/email
Adds or updates an email address associated with a user account using the UID.
Request
Responses
- 200
- 400
- 401
- 403
Email successfully upserted for the account.
Bad Request - Invalid or missing parameters.
Status Unauthorized: The request requires user authentication.
Forbidden - The client is not authorized to perform this action.