v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Transfer Staff User

Lets admin user change the store id associated to a staff user.

post/staff/transfer

Request body

usernamestring required

Username of the staff user.

idinteger required

Unique ID of the staff.

mobilestring

Mobile number of the staff user.

emailstring required

Email ID of the staff user.

storeCodestring required

Store code associated with the staff.

Response

200

entityinteger
successboolean

Example response

{
  "entity": 50007782,
  "success": true
}