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

assignStaffMembersToOrganizationalUnit: Boolean!

This mutation allows you to assign an active staff member to an active organization using the staff members ID and Organization ID. **Returns:** Returns a boolean of "true" if the staff member is successfully added to the organization.

organizationalUnitId: UUID

The ID of the organization that the staff member will be assigned to.

staffMemberIds: [UUID!]!

The Id of the staff member that is being added to the organization.