Add Account Member
Adds a new member to the account
Validation Requirements:
emailmust be a valid email addressrolemust be one of: Administrator, Developer, Analyst, Billing Manager
Authorizations
API key for authentication. Non-empty Security Requirement values are AhaSend API-key roles. Roles listed within one requirement object are jointly required; separate requirement objects are alternatives.
Headers
Optional idempotency key for safe request retries. Must be a unique string for each logical request.
An identical request with a completed stored outcome returns the original status and body. An in-progress
execution returns 409, a changed method/path/body returns 422, and a released 5xx execution may run again.
Keys for non-secret responses expire after 24 hours. API-key create responses include a one-time secret_key,
so successful encrypted replay responses for those operations expire after 5 minutes.
255Path Parameters
Account ID
Body
Response
Member added successfully
When the relationship was created
When the relationship was last updated
User ID
Account ID
User role in the account
Administrator, Developer, Analyst, Billing Manager 
