- By default owner email is used as organization title. It can be fixed using
/admin/organizations/
page. - Or customers can do it through API:
{”title”: “new title”} PATCH api/organization/
curl -X PATCH -H "Content-Type: application/json" -H "Authorization: Token your_api_token" -d '{"title": "new title"}' <https://your-api-url.com/api/organization/>