Navigation

The user object

Attributes


rupt_id string

Rupt's internal identifier for the user. Use this when calling Rupt APIs that take a user reference (for example, listing the user's devices).


id string (optional)

The identifier your application passed to evaluate(). Absent when the original evaluation didn't carry a user ID — for example, a preflight signup keyed only by email.


email string (optional)

The email address Rupt has on file for this user.


phone string (optional)

The phone number Rupt has on file for this user.

The user object
{
  "rupt_id": "649873be6e8b6f9b33722a0c",
  "id": "external_account_id",
  "email": "user@example.com",
  "phone": "+15551234567"
}
</div>