assignClientToOrganizationalUnit: Boolean!
This mutation allows you to assign an active client to an active organization using the client ID and Organization ID. **Returns:** Returns a boolean of "true" if the client is successfully added to the organization.
organizationalUnitId: UUID
The ID of the organization that the client will be assigned to.
clientIds: [UUID!]!
The Id of the clients that is being added to the organization.
