Managing Users

You can manage user accounts using the IzoT Server users resource. You can use user accounts to specify credentials for users to submit IzoT REST requests to the IzoT Server. By default, two users are defined. The default IzoT Server users and passwords are admin / admin and izot / izot.

The following table summarizes the operations available for the users resource:

ResourceOperationDescription
/api/users/GETReturns a list of users (see Getting a List of Users).
/api/users/POSTAdds a new user (see Adding a New User).
/api/users/{id}/GETReturns the details of the specified user (see Getting a List of Users).
/api/users/{id}/DELETEDeletes the specified user (see Deleting a User).

This section consists of the following: