PUT
/
api
/
b
/
user
/
{user_id}
Update Brand User
curl --request PUT \
  --url https://platform.grorapid.com/api/b/user/{user_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "buuid": "<buuid>",
  "first_name": "Himanshu"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

Body

application/json
buuid
string
required
first_name
string
required

Response

200 - application/json

Successful response.

The response is of type object.