edubase_post_organization
Create an organization with title and optional details like description, website, contact, and custom fields, returning the organization ID.
Instructions
Create an organization with a title and optional description, website, contact details and custom fields. Returns the organization identification string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | contact email address | ||
| phone | No | contact phone number | |
| title | Yes | title of the organization | |
| custom | No | custom field data, keyed by field name (sent as `custom_{field}`), only if the specified field is configured for the target EduBase instance | |
| domain | No | domain name (FQDN) for the organization without www prefix, needs special privileges to set! | |
| website | No | homepage URL | |
| description | No | optional short description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization | Yes |