A user represents a person or entity for the purposes of authentication and authorisation.
Name | Property Name | Data Type | Description |
---|---|---|---|
ID | id |
Integer | Unique identifier |
Username | username |
String | User identifier (must be unique) |
email |
String | - | |
Password | password |
String | Hashed using Bcrypt |
Created At | created_at |
Datetime | - |
Updated At | created_at |
Datetime | - |
{
"id": 1,
"username": "conwat",
"email": "conwat@bas.ac.uk",
"password": "$2y$10$7eydFcncF6cZ6fSXci1fsOHyDokWPaqkN2kGJkfHbfa/QzWvRoW02",
"created_at": "2015-01-11 18:35:43.000000",
"updated_at": "2015-01-11 18:35:43.000000"
}
None.
This information may be out of date whilst this website is being redeveloped. Until then, if you have any problems using an API documented here, please contact the relevant project maintainer.