POST
/
api
/
b
/
user
/
{user_id}
/
password
/
reset
Reset Password for the user (Incomplete)
curl --request POST \
  --url https://platform.grorapid.com/api/b/user/{user_id}/password/reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "buuid": "<buuid>"
}
'
{}

Path Parameters

user_id
string
required

Body

application/json
buuid
string
required

Response

201 - application/json

Successful response.

The response is of type object.