# The profile object

| Attribute          | Type    | Description                                        |
| ------------------ | ------- | -------------------------------------------------- |
| id                 | int     | Unique identified for the profile.                 |
| profile\_name      | string  | The name of the profile.                           |
| profile\_domain    | string  | The name of the profile name.                      |
| is\_active         | boolean | The status of the profile.                         |
| current\_tool      | string  | The current sales tool being used by this profile. |
| created\_timestamp | string  | Timestamp of when profile was created.             |
