Some recommended endpoints:
| Endpoint function | Method | URL |
|---|---|---|
| Create an Account | POST | /api/v1/users/accounts |
| Create an invitation | POST | /api/v2/users/accounts/invitations |
| Retrieve an Account's settings | GET | /api/v1/users/accounts/account-id/{accountId}/settings |
| List an Account's teams | GET | /api/v1/users/accounts/account-id/{accountId}/teams |
| Add a phone number to an Account | POST | /api/v1/users/accounts/account-id/{accountId}/phone |
| List all of a User's Filing Cabinets | GET | /api/v1/users/accounts/account-id/{accountId}/filing-cabinets |
