# ProfileGetSchema_v1

**kind**: string (Required)  
The kind of record.

**metadata**:  
- **id**: string (Required) (format: uuid)  
  The unique identifier of the user.

**spec**:  
- **activeOrganizationId**: string (Required)  
  Currently selected organization.
- **avatar**: string (Required) (<= 200 characters)  
  Avatar.
- **company**: string (Optional) (0-1024 characters)  
  Company.
- **contactEmail**: string (Required) (1-1024 characters)  
  Contact email address.
- **country**: string (Optional) (0-1024 characters)  
  Country.
- **features**: map from strings to any (Required)  
  Internally managed set of flags indicating access to preview or new features.
  
  **[any key]**: any
- **isActive**: boolean (Required)  
  Is this user active?
- **jobRole**: string (Optional) (0-1024 characters)  
  Job Role.
- **loginEmail**: string (Required) (1-1024 characters)  
  Email address used for login.
- **name**: string (Optional) (1-1024 characters)  
  Full name.
- **phoneNumber**: string (Optional) (0-1024 characters)  
  Phone number including international dialing code.
