Organizations
Update organization
This endpoint lets you update the information of an organization. You need to have WRITE access on the organization.
post/org/{org_id}
Path parameters
org_idinteger required
Unique ID of the organization to which the resource belongs. Only PROVIDER users can access resources from a different organization than their own. If you are not a PROVIDER, this will default to the ID of your organization.
Request body
Example request
{
"name": "Fast Retailer",
"alias": "fast_retailer",
"max_businesses": 100
}Response
OK
Example response
{
"org_id": 42
}