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:

Resource

Operation

Description

Resource

Operation

Description

/api/users/

GET

Returns a list of users (see Getting a List of Users).

/api/users/

POST

Adds a new user (see Adding a New User).

/api/users/{id}/

GET

Returns the details of the specified user (see Getting a List of Users).

/api/users/{id}/

DELETE

Deletes the specified user (see Deleting a User).

This section consists of the following: