This API endpoint allows you to get the details of the workflow that has been assigned to the user. The workflow contains information about the allowed identities and credentials for the user.
Headers
Authentication: Bearer {JWT}
Accept: application/json
Content-Type: application/json
Path Parameters
Parameters
Type
Description
organizationName
string
Denotes the name of the organization.
userName
string
The unique username assigned to the user.
Response Object
Parameters
Type
Description
id
Number
The ID of the user.
name
String
The name of the user.
workflow.name
String
The name of the workflow.
workflow.description
String
The description of the workflow.
workflow.organizationIdentities
Object
The details of the organization identities.
workflow.workflowSteps
Object
The array of workflow steps.
workflow.workflowSteps.name
String
The name of each workflow step.
workflow.workflowSteps.idProofTypes
Object
The array of ID proof types for each step.
workflow.workflowSteps.wfStepRegistrationConfigs
Object
The array of registration configurations for each step.