{login}/PUT
Updates information for a specified user on a network
Parameters
[string] login:
login string
The login information of the user
______________________________________________________________
Request Body
The User Entity
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{login}/DELETE
Deletes information for a specified user on a network
Parameters
[string] login:
login string
The login information of the user
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/GET
Returns information for a specified user on a network.
Parameters
[id int
A unique identifier for a user
______________________________________________________________
Response Body
Returns the User Entity
{id:int}/PUT
Update the given user instance
Parameters
[id int
A unique identifier for a user
______________________________________________________________
Request Body
The User Entity
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/DELETE
Deletes information for a specified user on a network
Parameters
[id int
A unique identifier for a user
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX
Operations/GET
Returns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
{id:int}/Permissions/GET
Includes object permissions for a given user instance.
Parameters
[id int
A unique identifier for a user
______________________________________________________________
Response Body
Returns the Permission Entity
{id:int}/Permissions/POST
Adds permissions for a specified user on a network
Parameters
[id int
A unique identifier for a user
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/Permissions/DELETE
Removes permissions for a specified user on a network
Parameters
[id int
A unique identifier for a user
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{login}/Permissions/GET
Includes object permissions for a given user instance.
Parameters
[string] login:
login string
The login information of the user
______________________________________________________________
Response Body
Returns the Permission Entity
{login}/Permissions/POST
Adds permissions for a specified user on a network
Parameters
[:login string
The login information of
the userthe user
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{login}/Permissions/DELETE
Removes permissions for a specified user on a network
Parameters
[:login string
The login information of
the userthe user
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{id:int}/Tokens/{token}/GET
Validates the specified user's token
Parameters
[int]
id
int
A unique identifier for a user
[token string
A device registration token for a BSN.cloud network
______________________________________________________________
Response Body
Returns the Token Info Entity
{id:int}/Tokens/{token}/DELETE
Revokes tokens for the specified user
Parameters
[int]
id
int
A unique identifier for a user
[token string
The token to use with this endpoint call
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
{login}/Tokens/{token}/GET
Validates the specified user's token
Parameters
[string] login:
The login for login int
The login for the user
[token string
A device registration token for a BSN.cloud network
______________________________________________________________
Response Body
Returns the Token Info Entity
{login}/Tokens/{token}/DELETE
Revokes tokens for the specified user
Parameters
[string
]
login:
login int
The login for the user
[token string
A device registration token for a BSN.cloud network
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.