64. Mutatie: voeg gebruikers toe aan organisatie

Mutatie om gebruikers toe te voegen aan de "Organisatie".

De mutatie kan alleen worden uitgevoerd vanuit het account dat tot de Organisatie-groep behoort.

mutatie AddUsersToOrganizationSample {
  addUsersToOrganization(
    input: { 
      organizationUuid: "organization_uuid", 
      e-mails: ["[email protected]", "[email protected]"] 
    }
  ) {
    organisatieUuid
    userUuid
    e-mail
    alleBoerderijen
    aanmaakdatum
    updatedDate
  }
}

Laatst bijgewerkt

Was dit nuttig?