API Documentation > organization
Methods
organization.add_domain()
Add an authorized domain. This service's on-demand item creation features are restricted to authorized domains.
Arguments
domain: type=string
No description
organization.create()
Create a new organization. This method returns a secret that can be used for (relatively) secure communication.
Arguments
name: type=string
The name of the organization.
key: type=string
A unique identifier for the organization Generally a domain name.
[ url: type=string, default=NULL ]
A URL for the organization, generally its homepage.
[ share_domain: type=string, default=NULL ]
If set, this domain name will be used when creating share links.
[ closed: type=bool, default=false ]
If true, provide enhanced security at the expense of increased integration complexity.
[ public: type=bool, default=false ]
If true, allow anyone to view statistics about this organization.

