Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Returns a list of the specified user’s factors.
Parameters
| Parameter | Description |
|---|
| User ID | The user ID can be retrieved using the ‘List Users’ Action with either query or search. |
Example Output
[
{
"id": "<string>",
"factorType": "<string>",
"provider": "<string>",
"vendorName": "<string>",
"status": "<string>",
"created": "2023-08-06T06:42:22.916Z",
"lastUpdated": "2001-10-26T11:59:17.683Z",
"profile": {
"credentialId": "<string>"
},
"_links": {
"self": {
"href": "<string>",
"hints": {
"allow": [
"<string>",
"<string>"
]
}
},
"verify": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
},
"user": {
"href": "<string>",
"hints": {
"allow": [
"<string>"
]
}
}
}
}
]
Workflow Library Example
Get a Users Factors with Okta and Send Results Via Email