Click or drag to resize

PostUserBody Properties

The PostUserBody type exposes the following members.

Properties
  NameDescription
Public propertyActive
An optional flag that specifies whether the user is active. If not specified, this will default to true.
Public propertyExtra
Optional object with arbitrary extra data about the user.
Public propertyPasswd
The user password. If no password is specified, the empty string will be used. If you pass the special value ARANGODB_DEFAULT_ROOT_PASSWORD, then the password will be set the value stored in the environment variable ARANGODB_DEFAULT_ROOT_PASSWORD. This can be used to pass an instance variable into ArangoDB.
Public propertyUser
The name of the user.
Top
See Also