A user can use the Middesk product
{
"object": "user",
"id": "z006aa92-f2ab-4b0f-8018-9c3012604cdd",
"name": "Johhny Appleseed",
"email": "[email protected]",
"roles": [
"member",
"admin"
],
"image_url": "https://picsum.photos/200/300",
"last_login_at": "2020-03-04T17:25:09.490Z"
}
Attribute | Type | Description |
---|---|---|
name | string | The user's name |
string | The user's email | |
roles | string[] | The roles that the user has |
image_url | string | The user's profile picture |
last_login_at | string | When the user last logged in |