Skip to main content
GET
/
{shopId}
/
users
/
6334a756045725f5fca4db29
/
claim
Claim profile
curl --request GET \
  --url http://staging.qshop.ng/apiv2/{shopId}/users/6334a756045725f5fca4db29/claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "fullName": "Akinsola Akinkunmie",
  "role": {
    "action": "suspend",
    "key": "assistant"
  },
  "whatsApp": "+2347062470043"
}
'

Query Parameters

token
string
Example:

"4a025c99baf502099f2a719ed81adefd6563582cdc4a1ba7bcae65442a32e98834616a6c90704201882e627248a08b50"

Body

application/json
email
string
fullName
string
Example:

"Akinsola Akinkunmie"

role
object
whatsApp
string
Example:

"+2347062470043"

Response

200 - undefined