Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Your organization's Project Token (starts with rk-). Get it from Settings.

Body

application/json
userId
string
required

Unique identifier for the user in your system (string or number)

email
string<email>
required

User's email address

properties
object

Customer traits, shallow-merged into existing ones. Reserved keys power dashboard features; any other key is stored as a custom trait.

isAccountOwner
boolean

Whether this user is the account owner

account
object

Account/workspace this user belongs to

Response

User identified successfully. Response body: { "success": true }.

success
boolean
required

Indicates the request was successful