MFA Init Skipped
Update the last time the user has skipped MFA initialization. The server timestamp is used.
curl -X POST "https://loading/v2/users/string/mfa_init_skipped"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Lock user
Lock user: The state of the user will be changed to 'locked'. The user will not be able to log in anymore. The endpoint returns an error if the user is already in the state 'locked'. Use this endpoint if the ...
Reactivate user
Reactivate user: Reactivate a user with the state 'deactivated'. The user will be able to log in again afterward. The endpoint returns an error if the user is not in the state 'deactivated'..