/
Managing Users

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:

Related content

Getting a List of Users
Getting a List of Users
More like this
IzoT Server REST API Overview
IzoT Server REST API Overview
More like this
Managing Users
Managing Users
More like this
Configuring the IzoT Router
Configuring the IzoT Router
More like this
Managing Devices
Managing Devices
More like this
Using cURL to access the IzoT Server REST API
Using cURL to access the IzoT Server REST API
More like this