We’ve expanded our API documentation with two powerful new methods designed to give developers more control over organization management directly through the API.
account_add
The account_add method allows you to create a new organization (account) within the system programmatically.
You can pass all the necessary details — such as organization name, settings, and limits — when calling the method, and it will return the newly created account’s ID along with confirmation of the operation’s success.
This is especially useful for onboarding flows, integrations, and automated organization setup processes.
🔗 Read the full account_add documentation
account_update
The account_update method lets you modify existing organization details, including its name, status, resource limits, and configuration parameters.
It comes with fine-grained validation and permissions control, ensuring that only authorized users can make changes.
The method is ideal for updating organization settings without manual dashboard intervention—saving time and ensuring consistency across automated workflows.
🔗 Read the full account_update documentation
What’s Next?
We’re actively working on expanding the API with new methods, and in the near future you can expect documentation for:
- task_get — Retrieve task details with filtering and pagination.
- task_add — Create a new task in a project via API.
- task_update — Modify existing task details and status.
This is part of our commitment to making DoBoard’s API a fully-featured platform for integrating with your workflows. Stay tuned — we’ll be updating the help center regularly with more endpoints, examples, and best practices.
- API Documentation Update: task_get Added - September 3, 2025
- API Documentation Update — New account_add & account_update Methods - August 13, 2025
- 📘 API Documentation Update: New Methods Added - August 7, 2025