identity
List All Sessions
Listing all sessions that exist.
get/admin/sessions
Query parameters
page_sizeinteger
Items per Page
This is the number of items per page to return. For details on pagination please head over to the pagination documentation.
page_tokenstring
Next Page Token
The next page token. For details on pagination please head over to the pagination documentation.
activeboolean
Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.
expandstring[]
ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session. Example - ?expand=Identity&expand=Devices If no value is provided, the expandable properties are skipped.
Response
Session List Response
The response given when listing sessions in an administrative context.
Example response
[
{
"expires_at": "2000-01-23T04:56:07.000+00:00",
"devices": [
{
"location": "location",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"ip_address": "ip_address",
"user_agent": "user_agent"
},
{
"location": "location",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"ip_address": "ip_address",
"user_agent": "user_agent"
}
],
"authentication_methods": [
{
"completed_at": "2000-01-23T04:56:07.000+00:00",
"method": "link_recovery",
"aal": null
},
{
"completed_at": "2000-01-23T04:56:07.000+00:00",
"method": "link_recovery",
"aal": null
}
],
"authenticator_assurance_level": null,
"identity": {
"traits": "",
"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",
"type": null,
"config": "{}",
"version": 0
}
},
"state_changed_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"recovery_addresses": [
{
"updated_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"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": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"value": "value",
"via": "via"
}
],
"metadata_admin": "",
"updated_at": "2000-01-23T04:56:07.000+00:00",
"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": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"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": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"value": "value",
"status": "status",
"via": "via"
}
],
"schema_id": "schema_id",
"schema_url": "schema_url",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"state": null,
"metadata_public": ""
},
"authenticated_at": "2000-01-23T04:56:07.000+00:00",
"active": true,
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"issued_at": "2000-01-23T04:56:07.000+00:00"
}
]