Requires authentication
Endpoint
Parameters
| Parameter | Type | Description |
|---|---|---|
phoneNumber | string | Phone number |
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve user by phone number
GET /users/phone/{phoneNumber}
| Parameter | Type | Description |
|---|---|---|
phoneNumber | string | Phone number |
{
"success": true,
"data": {
"id": "uuid",
"fullname": "John Doe",
"phoneNumber": "07518202481"
}
}
Was this page helpful?