v0alpha2
This endpoint returns all sessions that belong to the given Identity.
This endpoint is useful for:
Listing all sessions that belong to an Identity in an administrative context.
get/admin/identities/{id}/sessions
Path parameters
idstring required
ID is the identity's ID.
Query parameters
per_pageinteger
Items per Page
This is the number of items per page.
pageinteger
Pagination Page
activeboolean
Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.
Response
sessionList
Example response
[
{
"expires_at": "2000-01-23T04:56:07.000+00:00",
"authentication_methods": [
{
"completed_at": "2000-01-23T04:56:07.000+00:00",
"method": "link_recovery"
},
{
"completed_at": "2000-01-23T04:56:07.000+00:00",
"method": "link_recovery"
}
],
"identity": {
"recovery_addresses": [
{
"updated_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"id": "id",
"value": "value",
"via": "via"
},
{
"updated_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"id": "id",
"value": "value",
"via": "via"
}
],
"traits": "",
"updated_at": "2000-01-23T04:56:07.000+00:00",
"credentials": {
"key": {
"updated_at": "2000-01-23T04:56:07.000+00:00",
"identifiers": [
"identifiers",
"identifiers"
],
"created_at": "2000-01-23T04:56:07.000+00:00",
"config": "{}",
"version": 0
}
},
"verifiable_addresses": [
{
"updated_at": "2014-01-01T23:28:56.782Z",
"verified_at": "2000-01-23T04:56:07.000+00:00",
"verified": true,
"created_at": "2014-01-01T23:28:56.782Z",
"id": "id",
"value": "value",
"status": "status",
"via": "via"
},
{
"updated_at": "2014-01-01T23:28:56.782Z",
"verified_at": "2000-01-23T04:56:07.000+00:00",
"verified": true,
"created_at": "2014-01-01T23:28:56.782Z",
"id": "id",
"value": "value",
"status": "status",
"via": "via"
}
],
"schema_id": "schema_id",
"state_changed_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"schema_url": "schema_url",
"id": "id"
},
"authenticated_at": "2000-01-23T04:56:07.000+00:00",
"active": true,
"id": "id",
"issued_at": "2000-01-23T04:56:07.000+00:00"
}
]