Requires authentication
Endpoint
Headers
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve user by ID
GET /users/{id}
Authorization: Bearer SESSION_TOKEN
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
{
"success": true,
"data": {
"id": "uuid",
"phoneNumber": "+1234567890",
"fullname": "John Doe",
"isActive": true
}
}
Was this page helpful?