mirror of https://gitee.com/bigwinds/arangodb
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
HTTP Interface for User Management {#HttpUser}
|
|
==============================================
|
|
|
|
@NAVIGATE_HttpUser
|
|
@EMBEDTOC{HttpUserTOC}
|
|
|
|
User Management {#HttpUserIntro}
|
|
================================
|
|
|
|
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 specialised interface intentionally does not provide all functionality
|
|
that is available in the regular document REST API.
|
|
|
|
Operations on users may become more restricted than regular document operations,
|
|
and extra privilege and security security checks may be introduced in the
|
|
future for this interface.
|
|
|
|
@anchor HttpUserSave
|
|
@copydetails JSF_POST_api_user
|
|
|
|
@CLEARPAGE
|
|
@anchor HttpUserReplace
|
|
@copydetails JSF_PUT_api_user
|
|
|
|
@CLEARPAGE
|
|
@anchor HttpUserUpdate
|
|
@copydetails JSF_PATCH_api_user
|
|
|
|
@CLEARPAGE
|
|
@anchor HttpUserRemove
|
|
@copydetails JSF_DELETE_api_user
|
|
|
|
@CLEARPAGE
|
|
@anchor HttpUserDocument
|
|
@copydetails JSF_GET_api_user
|