ResendHumanInitialization
Resend User Initialization Email
Deprecated: not used anymore in user state so will be removed.
A newly created user will get an initialization email to verify the email address and set a password. Resend the email with this request to the user's email address, or a newly added address.
Path Parameters
user_id*string
Request Body
application/json
email?string
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/users/string/_resend_initialization" \ -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?