tools.ozone.hosting.getAccountHistory
#main
Get account history, e.g. log of updated email addresses or other identity information.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| did | string (did) | - | ✅ | - |
| events | array | accountCreated emailUpdated emailConfirmed passwordUpdated handleUpdated | ❌ | - |
| cursor | string | - | ❌ | - |
| limit | integer | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| events | array of #event | - | ✅ | - |
#event
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| details | union of #accountCreated #emailUpdated #emailConfirmed #passwordUpdated #handleUpdated | - | ✅ | - |
| createdBy | string | - | ✅ | - |
| createdAt | string (datetime) | - | ✅ | - |
#accountCreated
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| string | - | ❌ | - | |
| handle | string (handle) | - | ❌ | - |
#emailUpdated
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| string | - | ✅ | - |
#emailConfirmed
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| string | - | ✅ | - |
#passwordUpdated
#handleUpdated
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| handle | string (handle) | - | ✅ | - |