List identitites
GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/identities
List all identities under filtering conditions. If no hit, the response will be a 200 with 0 counts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
firstName | string | The first name of the identity | |
lastName | string | The last name of the identity | |
email | string | The email address of the identity | |
limit | string | The number limit of identities to return | |
offset | string | The number limit of identities to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"identities":[]}