Click or drag to resize

UserApiClientPostUserAsync Method

Create a new user. You need server access level Administrate in order to execute this REST call.

Namespace:  ArangoDBNetStandard.UserApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<PostUserResponse> PostUserAsync(
	PostUserBody body
)

Parameters

body
Type: ArangoDBNetStandard.UserApi.ModelsPostUserBody
The request body containing the user information.

Return Value

Type: TaskPostUserResponse

Implements

IUserApiClientPostUserAsync(PostUserBody)
Exceptions
ExceptionCondition
ApiErrorExceptionArangoDB responded with an error.
See Also