# Users

### 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.                                                                 |
