UserOrganizationsListSchema – Management API – MediaKind
UserOrganizationsListSchema
kind: string (Required)
The kind of record.
value: list of objects 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 (Optional)
Metadata.
Metadata Properties
id: string (Required; format: uuid)
ID of the organization.name: string (Required)
Name of the organization.spec: object UserOrganizationSpecSchema (Optional)
Specification.invite: object 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.