/
Getting a List of Users

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/



Related content

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