Description
Creates a new Organization.
Arguments
Argument |
Description |
Required |
organization[details_attributes[name]] |
Name of the new Organization. |
true |
organization[users_attributes[0][email]] |
Email of the user to be created along with this Organization |
true |
organization[users_attributes[0][password]] |
Password of the user to be created along with this Organization |
true |
organization[organization_plan_attributes[plan_id]] |
ID of the Plan to associate with the new Organization. |
true |
Example Request
Example Response