Skip to main content
Version: 5.7.0

GetIdentityData

tip

Currently, this method is available in Cloud Code scripts and for Ultra authentication type only.

Retrieves identity data for given identity type for this profile.

ServiceOperation
identityGET_IDENTITY_DATA

Method Parameters

ParameterDescription
authenticationTypeType of authentication.
externalAuthNameThe name of the external authentication mechanism (optional, used for custom authentication types)

Usage

http://localhost:3000
//cloud code only
JSON Response
{
"data": {
"identityData": {
"blockchain_id": "-a-blockchain-id-"
}
},
"status": 200
}