1
0
Fork 0
arangodb/Documentation/ImplementorManual/HttpUser.md

1.1 KiB

HTTP Interface for User Management

@NAVIGATE_HttpUser @EMBEDTOC{HttpUserTOC}

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 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