IUserWithOrgType

Interface

User object returned from add users modal in ember application It extends the IUser interface with an additional property that denotes what org relationship the user might have (world|org|community|partnered|collaborationCoordinator)

Extends

Properties

Property Type Notes
orgType "world" | "org" | "community" | "partnered" | "collaborationCoordinator"

Interface defined in teams/src/types.ts:80