# ProfilePatchSchema_v1

## object

### UserProfileSpec_v1 [Required](https://docs.mediakind.com/api-reference/management-api/schemas/userprofilespec-v1)

Specification.

Show 11 properties

#### Properties

- **activeOrganizationId**: `string` **[Required]**  
  Currently selected organization.

- **avatar**: `string` **[Required]**  
  Avatar.  
  (<= 200 characters)

- **company**: `string` **[Optional]**  
  Company.  
  (0-1024 characters)

- **contactEmail**: `string` **[Required]**  
  Contact email address

- **country**: `string` **[Optional]**  
  Country.  
  (0-1024 characters)

- **features**: `map` from `strings` to `any` **[Required]**  
  Internally managed set of flags indicating access to preview or new features.

Show value schema

Hide value schema

[any key] `any`

- **isActive**: `boolean` **[Required]**  
  Is this user active?

- **jobRole**: `string` **[Optional]**  
  Job Role.  
  (0-1024 characters)

- **loginEmail**: `string` **[Required]**  
  Email address used for login

- **name**: `string` **[Optional]**  
  Full name.  
  (1-1024 characters)

- **phoneNumber**: `string` **[Optional]**  
  Phone number including international dialing code.
