Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Activate a user account
PATCH /users/{id}/activate
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
{
"success": true,
"data": {
"id": "uuid",
"isActive": true
}
}
Was this page helpful?