Get account manager by ID

Get a single account manager for the plan manager. Deleted, internal, and Caresquare staff are not returned.

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.

Path parameters

account_manager_idstringRequired
Account manager ID

Response

Single account manager
idstring
Account manager ID
first_namestring or nullOptional
last_namestring or nullOptional
namestring or nullOptional
Full name
emailstring or nullOptionalformat: "email"
activeboolean or nullOptional
Whether the account manager is active

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error