POST
/
users
/
reject_invite
/
{token}
curl --request POST \
  --url https://api.mudstack.com/users/reject_invite/{token} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

token
string
required

The invitation token.

Response

200 - application/json
Success message.
success
boolean