UpdateHumanEmail
Update User Email (Human)
Deprecated: use user service v2 SetEmail instead.
Change the email address of a user. If the state is set to not verified, the user will get a verification email.
Path Parameters
user_id*string
Request Body
application/json
email?string
isEmailVerified?boolean
[key: string]?never
Response Body
application/json
application/json
curl -X PUT "https://loading/users/string/email" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?