1
0
Fork 0
arangodb/Documentation/Books/HTTP/UserManagement
Wilfried Goesgens 9e06af757c Add missing documentation of the users database list and the hint that this should be used instead of the database api. 2016-07-15 16:01:19 +02:00
..
README.mdpp Add missing documentation of the users database list and the hint that this should be used instead of the database api. 2016-07-15 16:01:19 +02:00

README.mdpp

!CHAPTER HTTP Interface for User Management

This is an introduction to ArangoDB's HTTP interface for managing users.

The interface provides a simple means to add, update, and remove users.  All
users managed through this interface will be stored in the system collection
*_users*.

This specialized interface intentionally does not provide all functionality that
is available in the regular document REST API.

You should never manipulate the *_users* collection directly. While
the user management interface aims to maintain backwards
compatibility, the underlying collection is now managed by the bundled
*users* Foxx app.

Please note that user operations are not included in ArangoDB's replication.

@startDocuBlock UserHandling_create
@startDocuBlock UserHandling_grantDatabase
@startDocuBlock UserHandling_fetchDatabaseList
@startDocuBlock UserHandling_replace
@startDocuBlock UserHandling_modify
@startDocuBlock UserHandling_delete
@startDocuBlock UserHandling_fetch
@startDocuBlock UserHandling_fetchProperties