User
This object represents a user on ProteusAI.
Example user
{
"id": "6466ae1b03fab9ddd1d67c40",
"name": "Franklin Chieze",
"email": "chieze.franklin@gmail.com",
"image": "https://lh3.googleusercontent.com/a/AGNmyxbeJuwDtOyAqJtdckhRL9IGpXT35hy0ZrUgMvClRg=s96-c"
}
Properties
email string
The email of the user.
id string
The unique ID of the user.
image string
The profile image URL of the org.
memberships Membership[] can be included
The memberships of the user. Use this array to get the orgs the user belongs to.
name string
The name of the user.