Create & Manage Users
Add profile image
POST
/
auth
/
user
/
{id}
/
profile-image
Authorizations
Authorization
string
headerrequiredAccess token
Path Parameters
id
string
requireduser ulid
Body
multipart/form-data · file
The body is of type file
.
Response
200 - application/json
message
string
A descriptive message confirming the success or failure of the add 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.