Create & Manage Users
Retrieve a profile image
GET
/
auth
/
user
/
{id}
/
profile-image
Authorizations
Authorization
string
headerrequiredAccess token
Path Parameters
id
string
requireduser ulid
Response
200 - application/json
message
string
A descriptive message confirming the success or failure of the retrieve operation.
success
boolean
Indicates whether the request was successful or failure (true for success, false for failure).
content
object
An object containing the response content.