# UserOrganizationPatchSchema

## object

### spec

[UserOrganizationSpecSchema](https://docs.mediakind.com/api-reference/management-api/schemas/userorganizationspecschema)  
Optional

### invite

[UserOrganizationPendingInviteSchema](https://docs.mediakind.com/api-reference/management-api/schemas/userorganizationpendinginviteschema)  
Optional

#### Properties

- **comment**: string (Required)  
  Comment from the inviter.
- **invitedBy**: string or null (Required)  
  Email of the user who sent the invite.
- **state**: enum (Required)  
  State of the invite.  
  Allowed values: accepted, pending.
