Requires authentication
Endpoint
Copy
GET /users/{id}
Parameters
| Parameter | Type | Description |
|---|---|---|
id | UUID | User ID |
Response
Copy
{
"success": true,
"data": {
"id": "uuid",
"fullname": "John Doe",
"phoneNumber": "07518202481",
"secondPhoneNumber": "07518202485",
"profilePhoto": "http://...",
"nationality": "Syrian",
"maritalStatus": "SINGLE",
"gender": "MALE",
"occupation": "Engineer",
"employer": "Tech Corp",
"relationship": "FATHER",
"residentType": "SINGLE",
"ownerId": null,
"age": 22,
"birthdate": "2000-01-01T00:00:00Z",
"documents": ["doc-uuid-1", "doc-uuid-2"],
"isActive": true,
"familyMembers": []
}
}