Activate user by id
Activate user that was previously deactivated via DELETE /users/{userId} call.
Path Parameters
- userId string required
The user's internal Upheal UUID or the partner's partnerUserId (external ID) set during user creation. Note - using partnerUserId may result in slightly higher latency due to an additional lookup.
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...