Checks if a BusinessUnit exists for a given Query Predicate. Returns a 200 OK status if any BusinessUnits match the Query Predicate or a 404 Not Found 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.
Checks if a BusinessUnit exists for a given Query Predicate. Returns a
200 OK
status if any BusinessUnits match the Query Predicate or a404 Not Found
otherwise.