Activate user by id
Activate user that was previously deactivated via DELETE /users/{userId} call.
Path Parameters
- userId string required
Responses
- 202
- 400
- 401
- 403
User activated.
User is activated.
Missing or invalid API key.
Given API key is not allowed to activate user with given parameters.
Loading...