/
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:
Property | Description |
---|---|
id | Unique user ID |
url | User address |
username | Unique text handle for the user |
first_name | Text representing the first name of the user |
last_name | Text representing the last name of the user |
Text 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/
, multiple selections available,
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
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