User management
Activate user
Set user status to active
put/usermanagement/status/activate/{username}
Path parameters
usernamestring required
Example:JaneDoe
Username of an user (unique and must not contain whitespace)
Response
User was activated
Example response
{
"id": "johndoe"
}