WorkOS
user_management.users.auth_factors.list
Lists the [authentication factors](/reference/authkit/mfa/authentication-factor) for a user.
Remote workos
Other tools also called user_management.users.auth_factors.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"after": {
"type": "string",
"description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list."
},
"limit": {
"type": "integer",
"default": 10,
"description": "Upper limit on the number of objects to return, between `1` and `100`."
},
"order": {
"enum": [
"normal",
"desc",
"asc"
],
"type": "string",
"default": "desc",
"description": "Order the results by the creation time."
},
"before": {
"type": "string",
"description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list."
},
"userlandUserId": {
"type": "string",
"description": "The ID of the [user](/reference/authkit/user)."
}
}
}