User Management
Get a specific user profile
Retrieve information for a single user profile by username.
get/uploadposts/users/{username}
Path parameters
usernamestring required
The username of the profile to retrieve.
Response
Profile retrieved successfully.
Example response
{
"success": true
}