ListAuthenticationFactors
Path Parameters
user_id*string
Query Parameters
authFactors?array<>
states?array<>
Response Body
application/json
curl -X POST "https://loading/v2/users/string/authentication_factors/_search"{
"result": [
{
"state": "AUTH_FACTOR_STATE_UNSPECIFIED",
"otp": {}
}
]
}Was this page helpful?
List User Metadata
List User Metadata: List metadata of an user filtered by query. Required permission:
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 ...