Onvo Documentation
APIs
Embed Users
Post:Upsert Embed User

Upsert embed user

POST
/
api
/
embed-users

Authorizations

x-api-key
string
headerrequired

Response

200 - application/json

The response is of type object.

{
    "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"
}