reset_mfa
Reset a specified user's multi-factor authentication to resolve login issues and restore account access.
Instructions
User · mutation resetMfa. Variables: after, filter, first, order, after1, filter1, first1, order1, after2, filter2, first2, order2, user. Example variables: {"after":"T18w","filter":{"customers":[""],"ids":[""],"name":"","pods":[""],"roles":[""],"users":[""]},"first":10,"order":{"direction":"ASC","orderBy":"NAME"},"after1":"T18w","filter1":{"accessGroups":[""],"customers":[""],"ids":["<ID...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | GraphQL: ID! | |
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: AccessGroupOrder | |
| after1 | No | GraphQL: String | |
| after2 | No | GraphQL: String | |
| filter | No | GraphQL: AccessGroupFilter | |
| first1 | No | GraphQL: Int | |
| first2 | No | GraphQL: Int | |
| order1 | No | GraphQL: PodOrder | |
| order2 | No | GraphQL: RoleOrder | |
| filter1 | No | GraphQL: PodFilter | |
| filter2 | No | GraphQL: RoleFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |