operators_management: Manage Operator

Description Usage Arguments Details

Description

Manages operators.

Usage

1
2
3
4
5
get_new_token(token, timeout)

change_password(token, current, new)

get_support_token(token)

Arguments

token

Your API token.

timeout

The timeout duration of the request token. See details.

current

Current password.

new

New password.

Details

new must satisfy some criteria. See https://console.soracom.io/#/signup for details.

When timeout is given in numeric format, it is interpret as integer. If another format is given, the function tries to convert it into seconds. For example, if the value is "2 hours" in character, it will be 7200 (secs).


kos59125/soracomr documentation built on May 20, 2019, 1:08 p.m.