List account managers

Paginated list of account managers for the plan manager. Optional filters: active, email. Deleted, internal, and Caresquare staff (email domain contains caresquare) are excluded. Requires X-Plan-Manager-Id header.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Query parameters

activebooleanOptional
Filter by active status
emailstringOptional

Filter by email (case-insensitive exact match)

limitintegerOptional1-100Defaults to 20
Items per page
offsetintegerOptional>=0Defaults to 0
Number of items to skip

Response

List of account managers
datalist of objects
paginationobject

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error