Skip to main content
GET
Get User Profile

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Path Parameters

userId
string
required

The unique ID of the user.

Query Parameters

userEmail
string

The email address of the user.

Response

A successful response.

GetUserProfileResponse is the response for retrieving a user profile.

user
object

User represents a user profile in the system.