Query Parameters
The maximum number of advertisers to return. Must be between 1 and 20.
The page number of the results.
Path Parameters
Response
The email address of the user.
A timestamp of when the user was created.
The role of the user. Currently, only ADMIN is supported.
[
{
"advertiser_id": 1,
"email": "[email protected]",
"created_at": "2020-01-01T00:00:00Z",
"role": "ADMIN"
}
]