Users
Get account users
GET
https://api.smtpd.dev/api/v1/account/user
Path Parameters
Name
Type
Description
Authentication
string
Bearer {access_token}
[
{
"id": "19ab52c7-da60-4dd2-af27-19f17d6afe37",
"account_id": "811affc1-66c7-4982-b39e-29f9536b4720",
"email_address": "[email protected]",
"first_name": "Jack",
"surname": "Truong",
"gravatar_url": "",
"is_owner": true,
"is_verified": false,
"created_at_utc": 1598610725,
"modified_at_utc": 1598610725
}
]
Last updated
Was this helpful?