Skip to main content
Weavr API
Setup

Reactivate an authorised user

POST/users/{user_id}/activate

Activate the user identified by the user_id path parameter.

By default, any new users created will be automatically activated. This operation needs to be used only if the user was previously de-activated using the userDeactivate operation, or if the user was de-activated automatically after multiple incorrect login attempts.

Request

Path parameters

Responses

204No Content

Success - No Content.

Headers