POST odata/Users(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)/SoNET.AddToRole
Adds given User to a security Role. Security Roles determine the amount of access that the User has when accessing Site's resources. "Admin" is the highest priviledged group.
Request Information
Request body formats
application/json, text/json
Sample:
{"RoleName":"Admin"}
Response Information
Response body formats
HTTP/1.1 204 No Content