v3

latestOpenAPI 3.0.1Proprietary2026-07-314140169.7 KB
User Management

Create user profile

Create a new user profile linked to a user on your platform.

post/uploadposts/users

Request body

usernamestring required

A unique identifier for the user on your platform.

Response

Profile created successfully.

successboolean

Example response

{
  "success": true
}