Admin Endpoints
Retrieve a specific user
Retrieve a specific user by their ID.
GET
Authorizations
Path Parameters
Response
200
application/json
User 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