We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

/profile/user/external/stats

Retrieves stats for identity mappings for a given customer prefix.

The user must be authenticated and have read permissions to a sitegroup with the customer prefix registered.

Request

The request object has the following fields:

Name

Type

Required

Description

type

String

Yes

The customer-specific identifier type as registered with Cxense, i.e. a

customer prefix

.

Response

The response object has the following fields:

The mappings are occasionally purged, see /profile/user/external/link/update

Name

Type

Description

profiles

Integer

Number of uploaded external user profiles.

ids

Integer

Number of mapped external IDs (mapped to one or more cx ID).

cxids

Integer

Number of mapped cx IDs (mapped to exactly one external ID).

Examples

Bash
python cx.py /profile/user/external/stats '{"type":"abc"}'
{
 "profiles": 100
 "ids": 2000
 "cxids": 300000
}

Last updated: