64. Mutation: Přidat uživatele do organizace
mutace AddUsersToOrganizationSample {
addUsersToOrganization(
input: {
organizationUuid: "organization_uuid",
emails: ["[email protected]", "[email protected]"]
}
) {
uuidOrganizace
userUuid
email
všechnyFarmy
datumVytvoření
updatedDate
}
}Last updated
Was this helpful?