Checks if a BusinessUnit exists for a given Query Predicate. Returns a 200 OK status if any BusinessUnits match the Query Predicate and the Customer has access to them, or a ResourceNotFound error otherwise.
Automatically assigns the Associate to the Business Unit in the default Associate Role defined in BusinessUnitConfiguration. If there is no default Associate Role configured, this request fails with an InvalidOperation error. When creating a Division, the Associate must have the AddChildUnitsPermission in the parent unit. If the required Permission is missing, an AssociateMissingPermission error is returned.
Returns all of the authenticated Customer’s Business Units in a Project. Returns a
200 OK
status if successful, or a ResourceNotFound error otherwise.