get
https://{baseurl}/organizations///users//credentials/configuredCredentialTemplates
This API endpoint allows you to fetch the details of the visual design configured for a specific 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. |
requestFrom | string | Indicates where the request is from.
|
userId | string | The unique identifier of the user. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| id | integer | The unique identifier of the visual template. |
| workflowMobileIdentityIssuanceId | integer | The ID of the workflow mobile identity issuance. |
| visualTemplateID | integer | The ID of the visual template. |
| visualTemplateName | string | The name of the visual template. |
| frontOrientation | string | The orientation of the front side of the visual design |
| backOrientation | string | The orientation of the back side of the visual design |
| identityTypeName | string | The type of identity associated with the visual design. |
