You can rename your account by sending the POST request to the following URL: /account/name.

Permission to run the request: Account Owner, Administrator. 

 

Request Headers

ParameterDescription
X-Auth-Account-Url (required)Base URL of the account, e.g. http://myaccount.ispringlearn.com
X-Auth-Email (required)Administrator e-mail address.
X-Auth-Password (required)Administrator password.
X-Account-Name (required)A new name for the specified account.

After the request has been completed, the system returns the response with Code 200.

 

Possible Response Codes

CodeTextDescription
403Permission deniedYou have no permission to change the account name.
400Bad RequestThe system failed to process the request, because it did not contain all necessary parameters.
200OkThe specified account has been renamed.

Sample Request

POST /account/name HTTP/1.1
Host: api.ispringonline.com
X-Auth-Account-Url: http://myaccount.ispringlearn.com
X-Auth-Email: email@email.com
X-Auth-Password: password
X-Account-Name: Account Name
XML

Sample Response

HTTP/1.1 200 OK
Connection: close
XML