...
Name | Description | Qualification | Schema | ||
---|---|---|---|---|---|
emailAddress | The email address of the user that this personal identity represents. | Required | string | ||
firstName | The first name of the user that this personal identity represents. | Required | string | ||
id | The identifier ID of the external personal identity. It must not be specified during creation as it is generated by the server. | Required Read-only | string | ||
lastName | The last name of the user that this personal identity represents. | Required | string | ||
managed | Indicates if this external personal identity should be managed by the platform or not. If set to true, the external personal identity is activated by the platform on behalf of the user. A managed external personal identity is an external personal identity operated by the platform. For example, when an application requests the external personal identity to sign a transaction, the platform signs the transaction on behalf of the user. On the other hand, an external personal identity that is not managed is an external personal identity operated by the user directly. For example, when an application requests the external personal identity to sign a transaction, the user signs the transaction using a PDI client.
| Required | boolean | ||
state | The state of the external personal identity. It must not be specified during creation as it is set by the server. The state of an external personal identity can be changed via the 'Update external personal identity' API. INVITED : The external personal identity has been created but not yet activated by the user. It cannot be used until the user has activated it. ACTIVE : The external personal identity has been activated by the user and can be used. DEACTIVATED : The external personal identity has been disabled and cannot be used.
| Required | enum (INVITED, ACTIVE, DEACTIVATED) |
...