Skip to main content

Endpoint

This is an app-specific API that retrieves metadata associated with a user.

Query Parameters

string
required
The ID of the user whose metadata you want to retrieve.

Request Example

Response

string
Always returns "OK"
object
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

Update User Metadata

Update or create user metadata