Skip to main content
POST
/
{shopId}
/
users
Create shop user
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/users \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "fullName": "Adeyinka Qshop",
  "role": {
    "key": "assistant"
  },
  "whatsApp": "+2347062470043"
}
'

Body

application/json
email
string
fullName
string
Example:

"Adeyinka Qshop"

role
object
whatsApp
string
Example:

"+2347062470043"

Response

200 - undefined