Accounts
Endpoints for managing Accounts-related resources, such as users.
📄️ List all accounts
Retrieves a list of all accounts that the authenticated user is authorized to access. This list will be empty if you don't have access to any accounts.
📄️ List all users for an account
Retrieves a list of all users who have access to a specific account. You can use the `user_type` query parameter to filter this list.
📄️ List all service clients for an account
Lists all available service clients for an account.
📄️ Get user business unit
Retrieves the business unit associated with a specific user within an account.