1
0
Fork 0
arangodb/Documentation/Books/Users/HttpUserManagement
Alan Plum ea4f769c5f Fixed user storage not reloading internal users db. 2014-08-21 11:06:35 +02:00
..
README.mdpp Fixed user storage not reloading internal users db. 2014-08-21 11:06:35 +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 not 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.


<!-- js/actions/api-user.js -->

@startDocuBlock JSF_api_user_create


<!-- js/actions/api-user.js -->

@startDocuBlock JSF_api_user_replace


<!-- js/actions/api-user.js -->

@startDocuBlock JSF_api_user_update


<!-- js/actions/api-user.js -->

@startDocuBlock JSF_api_user_delete


<!-- js/actions/api-user.js -->

@startDocuBlock JSF_api_user_fetch