Getting a List of Users

You can get a list of the user accounts managed by the IzoT Server with the IzoT REST users resource. The IzoT REST Server keeps track of a collection of users. For each user, the IzoT Server returns the following properties:

PropertyDescription
idUnique user ID
urlUser address
usernameUnique text handle for the user
first_nameText representing the first name of the user
last_nameText representing the last name of the user
emailText used as an address to send email to the user

Each user also has a password property which is not returned by a read.

Examples

Get a list of all users:

http://[hostname]/api/users/

Get the properties user 1:

http://[hostname]/api/users/1/