AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. removeClientsFromOrganizationalUnit

removeClientsFromOrganizationalUnit: Boolean!

This mutation is used to remove clients from an organizational unit. **Returns:** Returns true if process was completed successfully.

organizationalUnitId: UUID

The organizational unit ID used to search the database.

clientIds: [UUID!]!

The client ID's that will be removed from the organizational unit.

force: Boolean!

Boolean used to force a change. Default value is False.