Company names are case insensitive?

Hey,

I have created two Companies with and without upper case characters in their names. Say 'test-UPPER-case' and 'test-lower-case'.

When I'm trying to create an app for company 'test-UPPER-case' using this resource (https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/companies/%7Bcompany_na...), it returns 404 error saying 'Developer with id [test-UPPER-case] does not exist'.

However, getting the details for the company using this resource (https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/companies/%7Bcompany_nam...) works fine.

The issue is not reproduced for company 'test-lower-case'.

Since I could not find a clear definition whether Company names are case-sensitive or not, this looks like a bug to me.

If it's not a bug, please confirm that Company names are case-insensitve.

Thanks!

0 2 325
2 REPLIES 2

Hi

whenever we create company, it will get create in lower case. so when you try to create a company application for that respective company, then provide company name in lower case.

Regards,

Ishan Tandon

Hmm, didn't work for me.

When trying to create a company app using company name in lower case it still returns 404 but with the different message: 'Company named test-upper-case does not exist in organization'.

It seems I cannot do anything with the company using the name in lower case.

However, using original name 'test-UPPER-case' I can get details and delete the company.