PUT /{login}/
Updates information for a specified user on a network
Parameters
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.
DELETE /{login}/
Deletes information for a specified user on a network
Parameters
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.
GET /{id:int}/
Returns information for a specified user on a network.
Parameters
id int
A unique identifier for a user
______________________________________________________________
Response Body
Returns the User Entity
PUT /{id:int}/
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.
DELETE /{id:int}/
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
GET /Operations/
Returns the operational permissions granted to roles for specific business operations
Response Body
Returns the Business Operations Entity
GET /{id:int}/Permissions/
Includes object permissions for a given user instance.
Parameters
id int
A unique identifier for a user
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{id:int}/Permissions/
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.
DELETE /{id:int}/Permissions/
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.
GET /{login}/Permissions/
Includes object permissions for a given user instance.
Parameter
login
string
The login information of the user
______________________________________________________________
Response Body
Returns the Permission Entity
POST /{login}/Permissions/
Adds permissions for a specified user on a network
Parameter
login
string
The login information of the user
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
DELETE /{login}/Permissions/
Removes permissions for a specified user on a network
Parameter
login
string
The login information of the user
______________________________________________________________
Request Body
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.