API Reference

Modify the specified user access permission

Changes the access permission settings for a single user. Since default group (id is 0) is very special, so
default group can NOT be specified in add_group or del_group array.

Log in to see full request history
Path Params
int32
required
0 to 1024

Unique id for a resource in decimal.

Body Params
string
required

Access permission to include

  • none - no computers
  • all - all computers
  • all_in_group - all computers in its group
  • follow_group - full its group's access permission
  • specific - specific computers or groups
array of int32s | null
add_groups
array of int32s | null
del_groups
array of int32s | null
add_computers
array of int32s | null
del_computers
Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json