Download OpenAPI specification:Download
API for managing organizations and their data. This API is only accessible via the user interface and is authenticated via Auth0. The user email is the identifier for the user and the JWT included in the requests is used to validate the user identity with the Auth0 API for validation by the backend.
Associates a user with an organization, allowing users to be members of multiple organizations
| role required | string Enum: "accountant" "administrator" |
| user_uuid required | string UUID of the existing user to add to this organization |
{- "user_uuid": "string"
}Removes a user from an organization, disassociating the user from the organization in a specific role or in all roles if not specified
| uuid required | string |
| user_uuid required | string |
| role | string Enum: "accountant" "administrator" |