How to create new organization in Apigee using rest call or using https://enterprise.apigee.com/

Not applicable

I gone through some tutorial but little confused that if i need to create new google account to create new organization in apigee.

My concerns are :

1.Do we need to download some tool to create organization

2.Do we need to get special permission for user to create organization

 :curl -X POST \
  https://api.enterprise.apigee.com/v1/organizations/myorgtest-eval/ \
  -H 'Authorization: Basic basic tokenexample=' \
  -H 'Content-Type: application/xml' \
  -d '<Organization name="new-org-name" type="paid"/>'

Getting below error

	{
    "code": "validation.name_mismatch",
    "message": "Organization update : resource name arjunkumarmehta786-eval in the url doesnot match with the name new-org-name in the request payload",
    "contexts": []


0 3 271
3 REPLIES 3

When you sign up for an Apigee free trial account, an organization gets created for you and you can't add another one.

If you have an Apigee Edge licence, contact Apigee customer support to create a new organization. Bear in mind that there are restrictions in the number of organizations you are entitled to (See Apigee Edge Cloud - Comparison Matrix)

@deboraelkin, Is it same concept for adding new environments.

Yes, it's exactly the same for environments. No changes for free trial accounts. Licensed customers need to contact Apigee Customer Support. Restrictions on number of organizations/environments apply.