Assign or Unassign Computers and Groups to Scheduled Access

Assign or unassign computers and groups to/from a scheduled access.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of Splashtop team. It is one team at a time you can query

integer
required

Scheduled access ID.

Body Params
computers
object

Object. add: (array, optional) Array of computer IDs to assign. remove: (array, optional) Array of computer IDs to unassign. Example: { "computers": { "add": [4573080] } }

groups
object

Object. add: (array, optional) Array of group IDs to assign. remove: (array, optional) Array of group IDs to unassign. Example: { "groups": { "remove": [45730] } }

Responses

400

Bad request — invalid parameters

401

Unauthorized — invalid or missing access token

403

Forbidden — insufficient scope, or the action/value/target is not allowed. See data.error for the sub-reason.

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