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

removeStaffMembersFromOrganizationalUnit: Boolean!

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

organizationalUnitId: UUID

The organizational unit ID used to search the database.

staffMemberIds: [UUID!]!

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

force: Boolean!

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