Description
Send an activation email to a User with given Id.
When user is created via an API, is not active. This method is an alternative to activating a user directly and allows sending an activation email in which a user will have to open a link and follow instructions on a screen to activate his / her account.
Request
POST https://api.smartrecruiters.com/users/{userId}/activation-email
Path Parameters
name | type | description |
---|---|---|
userId | string | Id of a user |
Query Parameters
n/a
Request Body
n/a
Response Body
n/a
Example request
Example response
200 |