Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
Gets the information associated with the user in the current network.
Parameters
Person
Response Body
[string] id:
the network id[string] login:
the user login[string] password:
the user password[string] firstName:
the user's first name[string] lastName:
the user's last name[string] creationDate:
the creation date of the network[string] lastModifiedDate:
the date that the network was last modified[string] activationDate:
the date that the network was last activated
POST
Registers the user in the current BSN.cloud network. The server will return your person credentials, including an auto-generated password, which Postman will store.
...
This call creates a BSN.cloud network: The server will create a network with your credentials as the network owner.
Parameters
key
:
Request Body
Network
Response Body
Network
/self/networks/{networkId}/
/self/networks/{networkName}/
GET
Retrieve the network name.
Request Body
Network
/self/networks/{networkId}/settings/
...
Retrieve the network settings.
Response Body
Network Settings
/self/networks/{networkName}/settings/
PUT
Request Body
Network Settings
/self/networks/{networkId}/subscription/
...