user

Get User

Retrieves information about the authenticated user, including their ID, name, email, and account metadata.

get/user

Response

Success

idstring required

A unique identifier for the user.

object'user' required

Fixed value identifying this object as a user.

namestring

Optional full name of the user.

emailstring required

The user’s email address.

avatarstring required

URL to the user’s avatar image.

Changes