UserController0 Resource

This controller is responsible for handling user accounts

POST /manager/v0.0/switch/account/register

Security Roles Allowed
ADMIN
Request Body
media type data type
text/xml register (XML)
Response Body
media type data type
application/json string (JSON)
application/json string (JSON)
application/xml string (XML)

Example

Request
POST /manager/v0.0/switch/account/register
Content-Type: text/xml
Accept: application/json

                
<register>
  <user>user</user>
  <pwd>123abc</pwd>
</register>

                
              
Response
HTTP/1.1 201 Looks Good
Content-Type: application/json

                
...