Account

(Difference between revisions)
Jump to: navigation, search
m (1 revision: Release 86)
Line 6: Line 6:
  
 
== Account Management ==
 
== Account Management ==
 +
* [[Accounts:GET|GET /accounts]] - Returns list of accounts authorized for access with the provided credentials
 
* [[Accounts-accountId:GET|GET /accounts/{accountId}]] - Returns information about an account
 
* [[Accounts-accountId:GET|GET /accounts/{accountId}]] - Returns information about an account
 
* [[Accounts-accountId:GET#Alternative_with_partner_Id|GET /partnerAccounts/{partnerAccountId}]] - Returns information about an account specified by its partner Id
 
* [[Accounts-accountId:GET#Alternative_with_partner_Id|GET /partnerAccounts/{partnerAccountId}]] - Returns information about an account specified by its partner Id
Line 24: Line 25:
  
 
== Users Management ==
 
== Users Management ==
* [[Accounts-accountId-user:PUT|PUT /accounts/{accountId}/user]] - Updates the account user password
+
* [[Accounts-accountId-users:GET|GET /accounts/{accountId}/users]] - Returns a list of users in the account
 +
* [[Accounts-accountId-users:POST|POST /accounts/{accountId}/users]] - Creates a new user in the account
 +
* [[Accounts-accountId-users-userName:GET|GET /accounts/{accountId}/user/{userName}]] - Returns the details of a specific user in the account
 +
* [[Accounts-accountId-users-userName:PUT|PUT /accounts/{accountId}/user/{userName}]] - Updates the user details (password, security question/answer)
 +
* [[Accounts-accountId-user:PUT|PUT /accounts/{accountId}/user]] - (Deprecated) Updates the user details (password, security question/answer) of a user
 +
* [[Accounts-accountId-users-userName:DELETE|DELETE /accounts/{accountId}/user/{userName}]] - Deletes a user
 +
* [[Accounts-accountId-users-userName-roles:GET|GET /accounts/{accountId}/user/{userName}/roles]] - Returns the list of roles of a user
 +
* [[Accounts-accountId-users-userName-roles:PUT|PUT /accounts/{accountId}/user/{userName}/roles]] - Updates the list of roles of a user
  
 
== Products Management ==
 
== Products Management ==
Line 31: Line 39:
 
* [[Accounts-accountId-products-productId:PUT|PUT /accounts/{accountId}/products/{productId}]] - Update the status of a product
 
* [[Accounts-accountId-products-productId:PUT|PUT /accounts/{accountId}/products/{productId}]] - Update the status of a product
 
* [[Accounts-accountId-products-productId-action:POST|POST /accounts/{accountId}/products/{productId}/action]] - Perform an action (e.g: upgrade/downgrade) for a product
 
* [[Accounts-accountId-products-productId-action:POST|POST /accounts/{accountId}/products/{productId}/action]] - Perform an action (e.g: upgrade/downgrade) for a product
 +
* [[Accounts-accountId-products-productId-services:GET|GET /accounts/{accountId}/products/{productId}/services]] - List services for a specific product
 +
* [[Accounts-accountId-products-productId-services-serviceId:GET|GET /accounts/{accountId}/products/{productId}/services/{serviceId}]] - Get information about a specific service
  
 
== Products Bandwidth Management ==
 
== Products Bandwidth Management ==

Revision as of 07:54, 31 January 2014

Account Management API

The account management API provides methods for managing the account contacts, users and products. Clients can update the status of the account products as well as change (upgrade/downgrade) them.

Contents

download this selection of articles as a PDF book

Account Management

Partner Account Attributes Management

Contacts Management

Users Management

Products Management

Products Bandwidth Management

Each bandwidth usage is filtered by the traffic type(www or ftp), the start date and the end date in ISO format(eg. 2013-20-02).

Products Usage Management

See also


blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox