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 when it evaluated an action with the client SDK. This is 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.


skip_challenge_count number (optional)

How many times this user has skipped a challenge. Included on the user embedded in a challenge.

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