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

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.