User Endpoints
Retrieve own profile
Retrieve the profile of the currently authenticated user.
GET
Authorizations
Response
200
application/json
User profile retrieved successfully
The unique identifier for the user
Example:
"78c30460ebbbdb349567a39a10a2c845"
The name of the user
Example:
"John Doe"
The email of the user
Example:
"john.doe@example.com"
The image of the user (can be a URL or a file as a base64 string)
Example:
"https://example.com/image.png"
The role of the user (admin, user, etc.)
Example:
"admin"
The date and time the user was created
The date and time the user was last updated
Was this page helpful?