Click or drag to resize

IUserApiClientPutUserAsync Method

Replace an existing user. You need server access level Administrate in order to execute this REST call. Additionally, a user can change his/her own data.

Namespace:  ArangoDBNetStandard.UserApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<PutUserResponse> PutUserAsync(
	string username,
	PutUserBody body
)

Parameters

username
Type: SystemString
The name of the user.
body
Type: ArangoDBNetStandard.UserApi.ModelsPutUserBody
The user information used for to replace operation.

Return Value

Type: TaskPutUserResponse
See Also