Embed users
An embed user is a user of the dashboards when embedded in your product. These users are different from accounts in that they would not be able to login to the Onvo platform and do not need credentials to access the data.
Embed user fields
name
string
requiredThe name of the embed user.
email
string
requiredThe email address associated with the embed user.
created_at
string
The timestamp indicating when the embed user was created.
id
string
requiredThe unique identifier for the embed user.
last_updated_at
string
The timestamp indicating when the embed user was last updated.
metadata
object
Additional metadata associated with the embed user as a json object with key-pair values.
{
"group_id": 55,
"authorization": "Bearer di7qwe6tiew786"
}
team
string
The identifier of the team to which the embed user belongs.