Retrieves a paginated list of accounts in results
according to the passed in rpp
, page
and search
parameters alongside the total number of items matching the search query (total
).
OK - Accounts have been retrieved successfully
{- "results": [
- {
- "account_id": "10549fef-cddb-4b1f-92e4-27ab7cb2e555",
- "name": "Account name",
- "tenant_id": "my-tenant",
- "number_of_seats": 7,
- "email_address": "company@email.com"
}
], - "total": 20
}