Magidoc

createOrganization
Mutation

Create an Organization. Scope: "account".

Arguments

#

organization

Non-null

Information about the organization to create (name, slug, description, website, ...)

inviteMembers

List of members to invite on Organization creation.

individual

If creating organization as a new user, provide the user information (name, email, password, etc.).

roleDescription

Description of the role of the user creating the organization.

financiallyActive

If true, the organization will be created as financially active, allowing the organization to receive contributions and pay for expenses. Defaults to false.

Response

#

Returns Organization .

Example

#

    
  

3

    
  

3

    
  

3