POST
/
v1
/
app
/
user
{
  "id": "<string>",
  "org_id": "<string>",
  "account_id": "<string>",
  "profile_picture": "<string>",
  "name": "<string>",
  "email": "<string>",
  "job_position_name": "<string>",
  "job_position_description": "<string>",
  "state": "Active",
  "roles": [
    "AppGuest"
  ],
  "created_at": "<string>"
}

Body

application/json

User information to create

account_id
string
required
role
enum<string>
required
Available options:
AppGuest,
AppMember,
AppAdmin,
AppOwner,
SuperAdmin,
AccountOwner
user_info
object

Response

200 - application/json

Returns the created user details

id
string
required
org_id
string
required
account_id
string
required
name
string
required
email
string
required
state
enum<string>
required
Available options:
Active,
Inactive
roles
enum<string>[]
required
created_at
string
required
profile_picture
string
job_position_name
string
job_position_description
string