STAGED
status. Activation of a user is an asynchronous operation. The user will have the transitioningToStatus
property with a value of ACTIVE
during activation to indicate that the user hasn’t completed the asynchronous operation. The user will have a status of ACTIVE
when the activation process is complete.
Parameter | Description |
---|---|
Send Email | Sends an activation email to the user if true. |
User ID | The user’s ID. |
{
"activationToken": "string",
"activationUrl": "string"
}
Was this page helpful?