Parameter | Description |
---|---|
User ID | The user ID can be retrieved using the ‘List Users’ Action with either query or search. |
[
{
"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>"
]
}
}
}
}
]
Was this page helpful?