Skip to main content

IOrganizationData

Admin Docs


Interface: IOrganizationData

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:12

Properties​

addressLine1?​

optional addressLine1: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:23

Primary address line


addressLine2?​

optional addressLine2: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:26

Secondary address line


avatarURL?​

optional avatarURL: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:41

URL of the organization's avatar or logo image


city?​

optional city: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:29

City where the organization is located


countryCode?​

optional countryCode: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:38

ISO country code representing the organization's country


createdAt​

createdAt: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:44

ISO timestamp string indicating when the organization was created


description?​

optional description: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:20

Optional short description of the organization


id​

id: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:14

Unique identifier of the organization


isUserRegistrationRequired?​

optional isUserRegistrationRequired: boolean

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:48

Indicates whether user registration is required before accessing organization resources


name​

name: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:17

Display name of the organization


postalCode?​

optional postalCode: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:35

Postal or ZIP code


state?​

optional state: string

Defined in: src/types/shared-components/SidebarOrgSection/interface.ts:32

State or province of the organization