# UserOrganizationsListSchema

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

**value**: list of objects [UserOrganizationSchema](https://docs.mediakind.com/api-reference/management-api/schemas/userorganizationschema) (Required)  
List of organizations the user can access or has been invited to.

### Properties
- **kind**: string (Optional)  
  The kind of record.

- **metadata**: object [UserOrganizationMetadataSchema](https://docs.mediakind.com/api-reference/management-api/schemas/userorganizationmetadataschema) (Optional)  
  Metadata.

#### Metadata Properties
- **id**: string (Required; format: uuid)  
  ID of the organization.

- **name**: string (Required)  
  Name of the organization.

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

- **invite**: object [UserOrganizationPendingInviteSchema](https://docs.mediakind.com/api-reference/management-api/schemas/userorganizationpendinginviteschema) (Optional)  
  Pending invitation to work with this organization.

#### Invite 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.
