3.13.5 Message Processing Events and Sequencing Rules

Resource

Description

users/index/{startingindex}/count/{amount}

Retrieves a list of users that have been created on the server.

usergroups

Retrieves a list of groups that have been created on the server.

users/connection/index/{startingindex}/count/{amount}?username={username}

Retrieves the connection information for a specific user.

user/{userid}/enable

Activates a user based on a specified security identifier.

user/{userid}/disable

Deactivates a user in the domain.

user/setpassword/{userid}

Changes the password of a domain user.

user/{id}/update?firstname={firstname}&lastname={lastname}&remotewebaccess={remotewebaccess}&vpnaccess={vpnaccess}

Updates user information and permissions.

usergroup/{groupguid}/addusers

Add users to a specific group.

usergroup/{groupguid}/removeusers

Removes users from a specific group.

user/add?username={username}&firstname={firstname}&lastname={lastname}&remotewebaccess={remotewebaccess}&vpnaccess={vpnaccess}&usergroups={usergroups}

Creates a new standard user on the domain.

user/{id}/delete

Removes a standard user.

The responses to all the operations can result in the following status codes.

Status code

Reason phrase

Description

200

OK

Operation successfully completed.

400

Bad Request

One or more parameters are not valid.

401

Unauthorized

Access to the requested resource is denied.

404

Not Found

The specific resource does not exist.

403

Forbidden

Operation is forbidden.