Onvo Documentation
APIs
Embed Users
Get:Get All Embed Users

Get all embed users

GET
/
api
/
embed-users

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

[
    {
        "id": "5899f99d-a449-4bfa-8769-19c097aaf1f6",
        "created_at": "2024-01-23T13:32:33.333579+00:00",
        "last_updated_at": "2024-01-23T13:32:33.333579+00:00",
        "name": "Ronnel Davis",
        "email": "ronneldavis1996@gmail.com",
        "metadata": {},
        "team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead"
    },
    {
        "id": "successfull",
        "created_at": "2024-01-24T14:36:04.032105+00:00",
        "last_updated_at": "2024-01-24T14:36:04.032105+00:00",
        "name": "TESTSTTS",
        "email": "helleeo@eyworld.com",
        "metadata": {
            "hello": "world"
        },
        "team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead"
    },
    {
        "id": "123456",
        "created_at": "2024-01-20T09:48:58.064312+00:00",
        "last_updated_at": "2024-01-20T09:48:58.064312+00:00",
        "name": "TESTSTTS",
        "email": "helleeo@eyworld.com",
        "metadata": {
            "hello": "world"
        },
        "team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead"
    }
]