Click or drag to resize

IUserApiClientPostUserAsync 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
Task<PostUserResponse> PostUserAsync(
	PostUserBody body
)

Parameters

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

Return Value

Type: TaskPostUserResponse
See Also