Skip to main content
Version: 5.7.0

GetIdentityStatusAndData

Retrieves identity status and data for given identity type for this profile.

ServiceOperation
identityGET_IDENTITY_STATUS_AND_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": {
"identities": {
"Facebook": {
"tokenExpired": true,
"externalId": "111234914143270",
"loginAuthType": "FacebookLimited",
"identityData": null
}
}
},
"status": 200
}