Organization
What Is An Organization
?
An organization is simply a body of one or more people. This includes but isn't limited to businesses, schools, non-profit institutions and open source software projects. An Organization comprises of Users
, Administrators
, Group chats
, Events
and a general news feed.
How to create Organization
?
-
A user should create an account by signing up with their credentials. Steps for signing up are given here.
-
Upon creating an account, the necessary information would get stored in the
Database
. Now to create anOrganization
a request should be sent to api having given fields.- Organization Name,
- Privacy Settings (Public or Private)
- Primary Contact Information
- Organization Address (If applicable)
Organization
Model
apiUrl: string image: string name: string description: string isPublic: string creator: string members: [User] admins: [User] groupChats: [Message] posts: [Post] membershipRequest: [MembershipRequest] blockedUser: [User] visibleInSearch: boolean