GET
/
entities
/
{ent_id}
/
identities

Retrieve a list of Identities for a specific Entity.

Path Parameters

ent_id
string
required

ID of the Entity.

Query Parameters

from_date
string

ISO 8601 formatted date (YYYY-MM-DD) to filter for Identites created on and after the date provided.

to_date
string

ISO 8601 formatted date (YYYY-MM-DD) to filter for Identites created on and before the date provided.

page
string

The number of the page to return.

page_cursor
string

The ID of a resource from which a page should start or end. Mutually exclusive with page.

page_limit
string

The number of Identites to return per page.

Returns

Returns a list of Identities.