INPUT_OBJECT

RegisteredUsersDeleteInput

link GraphQL Schema definition

  • input RegisteredUsersDeleteInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Array of comma delimited, registered user property strings each taking form
  • # userName=username,userTypeStr=(Guest or Web Authentication),
  • # applianceGroup=groupname
  • registeredUserProperties: [String]
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • }