Skip to content

resetAllOrgUsersPasswords

Used by the administrator to reset passwords for all users in the organization.

Returns

Void

Sample

mutation {
  resetAllOrgUsersPasswords
}
{}
{
  "data": {
    "resetAllOrgUsersPasswords": "example-string"
  }
}