Documentation Index
Fetch the complete documentation index at: https://mintlify.com/supertokens/supertokens-core/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Query Parameters
The ID of the user whose metadata you want to retrieve.
Request Example
Response
Always returns
"OK"A JSON object containing the user’s metadata. Returns an empty object
{} if no metadata exists for the user.Response Example
Empty Metadata Response
Implementation Details
Source: View source- This API requires public tenant access
- Returns an empty object if the user has no metadata
- Metadata is stored as a JSON object and can contain any valid JSON structure
- User ID mapping is automatically handled for app-specific queries
Use Cases
- Retrieve user preferences and settings
- Get custom user profile information
- Fetch application-specific user data
- Access metadata for user personalization
Related Endpoints
Update User Metadata
Update or create user metadata