Skip to content

Data Entry Operator JSON

Muhammad Tariq edited this page Jan 23, 2021 · 3 revisions

Get data entry operators

Url : http://localhost:9090/superuser/operator , Method: POST

[
    {
        "id": "600c4b47ddf4dbe478959a49",
        "username": "Jipsy operator",
        "email": "jipsy@email.com"
    },
    {
        "id": "600c4efc141dd43f057bb7e7",
        "username": "Hach operator",
        "email": "Hach@email.com"
    }
]

Add data entry operators

Url : http://localhost:9090/superuser/operators , Method: GET

    {
        "username": "Good operator",
        "email": "good@email.com"
    }

Clone this wiki locally