PingOne Platform APIs

Total Identities

The total identities service retrieves the count of unique identities associated with a specified environment. The response shows the total number of users, divided into daily (24-hour) reporting periods, from the specified startDate through the endDate. The total identities count tracks the add and delete user operations to determine the changes in total number of unique identities over each 24-hour period. This service uses a SCIM query filter to control the sample size, showing the unique identity counts (on a per day basis) within the specified date range.

Total identities data model

Property Type Required? Mutable? Description

date

Date

N/A

Read-only

The date and time the total identities count starts for the sampling period (ISO 8601 format).

totalIdentities

Integer

N/A

Read-only

The total unique identities count for the sampling period.

The count attribute in the response data shows the current number of unique identities for the environment. For more information, see For more information, refer to Conventions.

Response codes

Code Message

200

Successful operation.

400

The request could not be completed.

401

You do not have access to this resource.

403

You do not have permissions or are not licensed to make this request.

404

The requested resource was not found.

500

Internal server error.