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