For the complete documentation index, see llms.txt. This page is also available as Markdown.

64. Mutation: Benutzer zur Organisation hinzufügen

Mutation zum Hinzufügen von Benutzern zur "Organisation".

Die Mutation kann nur vom Konto ausgeführt werden, das zur Organisationsgruppe gehört.

Mutation AddUsersToOrganizationSample {
  addUsersToOrganization(
    input: { 
      organizationUuid: "organization_uuid", 
      emails: ["user1@gmail.com", "user2@gmail.com"] 
    }
  ) {
    OrganisationUuid
    userUuid
    email
    alleHöfe
    Erstellungsdatum
    updatedDate
  }
}

Zuletzt aktualisiert

War das hilfreich?