Rename an organization
POST
/orgs/{org}/rename
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” org
required
string
Existing org name
Request Body
Section titled “ Request Body ”RenameOrgOption options when renaming an organization
object
new_name
required
New username for this org. This name cannot be in use yet by any other user.
string
Example generated
{ "new_name": "example"}RenameOrgOption options when renaming an organization
object
new_name
required
New username for this org. This name cannot be in use yet by any other user.
string
Responses
Section titled “ Responses ”APIEmpty is an empty response
Media type application/json
APIForbiddenError is a forbidden error response
Media type application/json
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}APIValidationError is error format response related to input validation
Media type application/json
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}