Next Topic

Previous Topic

Book Contents

Add User to User Role

Adds a user to a user role.

PUT /system/roles/{roleId}/users/{userId}

Headers

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}