Skip to main content
POST
Update User Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
account
string
required

Account identifier of the user being referred

platform
string
required

Platform of the user's account

pid
string
required

Campaign ID (must belong to the authenticated organization)

name
string

New user's name

alias
string

New user's alias

team
string

New user's team id

Response

User successfully updated.

success
boolean
Example:

true

data
object

Empty data object