Overview
The first step in the issuance workflow is creating a user account in the didx:me system. This establishes an identity account and an associated custodial wallet for the user.Endpoint
Request
Request Body
| Field | Type | Description |
|---|---|---|
email | string | User’s email address |
firstName | string | User’s first name |
lastName | string | User’s last name |
Response
HTTP 201 CreatedResponse Fields
| Field | Description |
|---|---|
email | The user’s email address |
tempPassword | A temporary password generated for the user |
What Happens Next
- A temporary password is generated and communicated to the user via email
- The user must update this password on first login
- Once the user logs in, any previously issued credentials appear as pending items awaiting their acceptance

