Method to set the permissions of a user
https://api.wbsrvc.com/Permission/SetPermissions/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| user_id Required |
ID of the user. Type: integer |
| permission Required |
List of permissions. Type: array of permissions - i.e. array('admin_platform') |
| client_id Optional |
ID of the client. Type: integer |