Get User Profile
User
Get User Profile
Retrieves an existing user profile by ID or email.
GET
Get User Profile
Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication using an access token. Format: Bearer <access_token>
Path Parameters
The unique ID of the user.
Query Parameters
The email address of the user.
Response
A successful response.
GetUserProfileResponse is the response for retrieving a user profile.
User represents a user profile in the system.

