Unlock user
The state of the user will be changed to 'active'. The user will be able to log in again. The endpoint returns an error if the user is not in the state 'locked'.
curl -X POST "https://loading/v2/users/string/unlock"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Start the registration of passkey for a user
Start the registration of passkey for a user: Start the registration of a passkey for a user, as a response the public key credential creation options are returned, which are used to verify the passkey..
Update a User
Update a User: Partially update an existing user. If you change the users email or phone, you can specify how the ownership should be verified. If you change the users password, you can specify if the password sh...