Activate User
POST/users/activations/:identifier
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Activate a user and set the username/password. The activation identifier is received per email as part of the user creation flow. Also the identifier is part of the create user api response. Deprecation notice: This endpoint will no longer be available. The user will be required to activate the account by following the link in the email. If a specific username is required it can be set as part of the create user request.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
User was successfully activated.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error