Returns a list of the specified user’s factors.
External DocumentationTo learn more, visit the Okta documentation.

Parameters

ParameterDescription
User IDThe 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
Workflow LibraryPreview this Workflow on desktop