POST api/Users/RegisterWithRoles
Register a new user and set roles. Note: This requires an Administrator role.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
True for a successful update.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>