For the complete documentation index, see llms.txt. This page is also available as Markdown.

Users

The Users API allows you to retrieve your account information.

The User Object

This section describes the different attributes available for a user.

Attribute

Type

Description

carriers

array

Array of user carrier ids. Indicating which carriers are currently active for the user.

company_name

string

Company name for specific user.

email

string

Email address of user.

first_name

string

First name of user.

last_name

string

Last name of user.

name

string

Full name of user.

phone

string

Phone number for user.

user_id

string

Unique reference for user.

created_at

datetime

Time user created.

updated_at

datetime

Time user last updated.

Last updated

Was this helpful?