Twilio::AccountsApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
Create a new Twilio Subaccount from the account making the request
@optional @param friendly_name [String?] A human readable description of the account to create, defaults to SubAccount Created at {YYYY-MM-DD HH:MM meridian}
@return [Twilio::Account]
Create a new Twilio Subaccount from the account making the request
@optional @param friendly_name [String?] A human readable description of the account to create, defaults to SubAccount Created at {YYYY-MM-DD HH:MM meridian}
@return nil
Create a new Twilio Subaccount from the account making the request
@optional @param friendly_name [String?] A human readable description of the account to create, defaults to SubAccount Created at {YYYY-MM-DD HH:MM meridian}
@return [Tuple(Twilio::Account, Integer, Hash)] Twilio::Account, response status code and response headers
Retrieves a collection of Accounts belonging to the account used to make the request
@optional @param friendly_name [String?] Only return the Account resources with friendly names that exactly match this name.
@optional @param status [Twilio::AccountEnumStatus?] Only return Account resources with the given status. Can be closed, suspended or active.
@optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000.
@return [Twilio::ListAccountResponse]
Retrieves a collection of Accounts belonging to the account used to make the request
@optional @param friendly_name [String?] Only return the Account resources with friendly names that exactly match this name.
@optional @param status [Twilio::AccountEnumStatus?] Only return Account resources with the given status. Can be closed, suspended or active.
@optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000.
@return nil
Retrieves a collection of Accounts belonging to the account used to make the request
@optional @param friendly_name [String?] Only return the Account resources with friendly names that exactly match this name.
@optional @param status [Twilio::AccountEnumStatus?] Only return Account resources with the given status. Can be closed, suspended or active.
@optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000.
@return [Tuple(Twilio::ListAccountResponse, Integer, Hash)] Twilio::ListAccountResponse, response status code and response headers