Skip to content

UserRightsView

binarybox edited this page Sep 26, 2017 · 1 revision

Introduction

The UserRightsView class is used to promote or demote a user to Moderator or Admin.

Method Details

'get'

No get Method implemented

'post'

Header: user_id Request:

{
'right': string "the group in which the user will be pro or demoted",
'action': string "promote or demote",
}

Response:

The response is identical to the UserView get method

Clone this wiki locally