pub async fn admin_list_identity_sessions(
    configuration: &Configuration,
    id: &str,
    per_page: Option<i64>,
    page: Option<i64>,
    active: Option<bool>
) -> Result<Vec<Session>, Error<AdminListIdentitySessionsError>>
Expand description

This endpoint is useful for: Listing all sessions that belong to an Identity in an administrative context.