---
search:
  tags:
    - Session Recipe
    - GET
seo:
  description: >-
    Get session handles for a user Reference for the GET
    /appid-{appId}/{tenantId}/recipe/session/user endpoint in the Core Driver
    Interface API.
sidebar:
  badge: GET
  label: Get user session handles
title: Get user session handles
type: openapi-operation
---
Get session handles for a user

By default, the session handles are fetched across all tenants. Set `fetchAcrossAllTenants` to `false` to get sessionHandles for the user for a particular tenant.

Note: If `fetchAcrossAllTenants` is set to `true`, this API can only be called from `public` tenant.

<Operation source="references-cdi" id="getusersessionhandles" />
