v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Users

Activate User

Change a user's status to active.


Aurora App allows reusing emails of non-active users. If there is another user who is active and has the same email, this request will fail with reponse status of 422 (Unprocessable Entity) and appropriate error message.

put/tenants/{tenant_id}/users/{id}/activate

Path parameters

tenant_idstring uuid required

The ID of the tenant that the user is part of.

idstring uuid required

The ID of the user to activate.

Response

User successfully activated.