Managing users and databases
Quick Links User Management:
Quick Links Database Management:
Common attributes
Type, ID and Pagination in collections
{
"_links": {
"next": "https://link-to-next-collection-page",
"previous": "https://link-to-previous-collection-page",
"self": "https://link-to-this-collection-page"
},
"href": "http://link-to-this-collection-page",
"id": "UUID-for-this-collection-page",
"items": [
...
],
"limit": 100,
"offset": 0,
"type": "collection"
}Type, ID and Metadata for resources
Managing users
List all users
Response
List system users
Response
Retrieve a single user
Response
Create a user
Response
Remove a user
Response
Change the login password
Response
Managing databases
List all databases
Response
Retrieve a single database
Response
Create a database
Response
Remove a database
Response
Last updated
Was this helpful?