Count users by user id

This call counts users by user IDs by searching for users whose user ID starts with the given string. See User. Note that the call searches only on the email address as the user ID.

HTTP Method

GET

Request URI

/msa/v1/cps/user/count?uid=<String>

Request parameters

 

Parameter

Description

Sample Value

uid

Parameter Type: Query

Data Type: String

[email protected]

Response fields

A number result of users whose user id starts with the given string.

See Number result.