# UserProfileSpec

## Properties

- **avatar**: string (Required, <= 200 characters)  
  Avatar.

- **company**: string or null (Required, 0-1024 characters)  
  Company.

- **contact_email**: string (Required, 1-1024 characters)  
  Contact email address.

- **country**: string (Required, 0-1024 characters)  
  Country.

- **customer_id**: string (Required)  
  Primary customer relationship.

- **customers**: map from strings to string (Required)  
  Customers.

### Value Schema

- **[any key]**: string

- **is_active**: boolean (Required)  
  Is this user active?

- **is_admin**: boolean (Required)  
  Is this user a global administrator?

- **job_role**: string or null (Required, 0-1024 characters)  
  Job Role.

- **name**: string (Required, 1-1024 characters)  
  Full name.

- **phone_number**: string (Required, 0-1024 characters)  
  Phone number including international dialing code.

- **signup_problem**: string or null (Required)  
  Issues with signing up to MK.IO?
