Skip to main content
Requires authentication

Endpoint

GET /users/{id}

Parameters

ParameterTypeDescription
idUUIDUser ID

Response

{
  "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": []
  }
}