Skip to content

Merchant Users

Nikolaj Leischner edited this page Oct 31, 2019 · 12 revisions

A merchant can have multiple users which will have access to the Web Dashboard. In order to create the merchant users, a merchant must have the admin authority.

Operations

Create Merchant User

A merchant user can be created by providing the following parameter in an URL path:

Parameter Name Description Type Required
Merchant-Id Merchant id String Yes

Request body:

Parameter Name Description Type Required
email User's email - username String Yes
firstname User's first name String No
lastname User's last name String No
locale User's locale String No
password User's password String Yes

Update Merchant User

The merchant user can be updated by providing the following parameters in an URL path:

Parameter Name Description Type Required
Merchant-Id Merchant id String Yes
User-Id User id String Yes

Request body:

Parameter Name Description Type Required
firstname User's first name String No
lastname User's last name String No
locale User's locale String No

Change Merchant User's Password

The merchant user can change their password by providing the following parameters in an URL path:

Parameter Name Description Type Required
Merchant-Id Merchant id String Yes
User-Id User id String Yes

Request body:

Parameter Name Description Type Required
newpassword New password String Yes
oldpassword Old password String Yes
Clone this wiki locally