Get a staff

This page will help you get started with Get a staff.

API url
Staging: https://app.staging.rohealth.ng/api/external/staff/{{uuid}}
Production: https://app.rohealth.ng/api/external/staff/{{uuid}}

Below is sample response for a user id = 6f7b3e9b-c9d5-44a9-ab73-350d6cebe3d8

Add {{uuid}} to api url

{
    "status": {
        "code": 100,
        "desc": "User Details"
    },
    "entity": {
        "first_name": "Isaacc partner",
        "last_name": "test vick",
        "dob": "1989-05-08",
        "gender": "female",
        "marital_status": "Single",
        "mobile": "2348119204925",
        "email": "[email protected]",
        "address": "Lekki Phase 1",
        "state": "Lagos",
        "city": "Lagos",
        "hmo_package": null,
        "activated": 1,
        "policy_no": "",
        "uuid": "9b5e49a1-83a1-4b80-bc8b-e1f65beacd64",
        "hospitals": null,
        "budget_amount": "4000",
        "plan_status": 0,
        "plan_effective_date": null,
        "plan_expiry_date": null,
        "photo": null,
        "max_period_allowed": 0,
        "active_hospitals": [
            {
                "state": null,
                "hospital_name": null,
                "mobile": null,
                "_id": null
            }
        ],
        "effective_start_date": null,
        "_id": 9726
    },
    "meta": null
}

Try dragging a block from the right to see how easy it is to add more content!

Language
Authorization
Query
Click Try It! to start a request and see the response here!