Activating a user account
After the user account has been successfully created on the platform, it is necessary to perform one of the account activation steps.
There are 2 ways to activate a user account:
Send an email with the account activation link. The user will have to open the activation link sent to his/her email address and set the password, in order to be able to log in.
Set a password for the user account using API. The user will be able to log in to the service console using his/her password. This can be useful when implementing custom user account provisioning methods.
What you can do with a user account
Operation |
Methods and endpoints used |
---|---|
POST /users/{user_id}/send-activation-email |
|
POST /users/{user_id}/password |
|
GET /users/{user_id} |