Skip to content

Merchant Users

Afifa Bakiz edited this page May 17, 2019 · 12 revisions

A merchant can have multiple users which are the merchant's employees who will use 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:

Merchant-Id

Request body:

email
firstname
lastname
locale
password

Update Merchant User

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

Merchant-Id
User-Id

Request body:

firstname
lastname
locale

Change Merchant User's Password

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

Merchant-Id
User-Id

Request body:

newpassword
oldpassword

The Swagger documentation can be found here.

Clone this wiki locally