INPUT_OBJECT
Specifies the input used to reset passwords for selected users in the organization.
input ResetUsersPasswordsWithUserIdsInput {# Specifies whether all sessions of the specified users should be invalidated.invalidateAllSessions: Boolean!# Required. Specifies the IDs of the users whose password is being reset.userIds: [String!]!}