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 user should not be able to log in temporarily because of an event that happened (wrong password, etc.)..
curl -X POST "https://loading/v2/users/string/lock"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
ListAuthenticationFactors
Explore the ListAuthenticationFactors operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
MFA Init Skipped
MFA Init Skipped: Update the last time the user has skipped MFA initialization. The server timestamp is used.