GET
/
account-users
/
{id}
curl --request GET \
  --url https://cookiechimp.com/api/v1/account-users/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": "accuser123",
  "email": "[email protected]",
  "role": "admin",
  "created_at": "2023-01-05T10:15:30Z",
  "updated_at": "2023-01-15T11:20:45Z"
}

Authorizations

X-API-KEY
string
headerrequired

Path Parameters

id
string
required

ID of the resource

Response

200 - application/json
role
enum<string>
required

Role of the account user

Available options:
admin,
member
id
string

Unique identifier for the account user

email
string

Email address of the account user

created_at
string

Date and time when the account user was created

updated_at
string

Date and time when the account user was last updated