PUT
/
team
/
reinvite
/
{userId}
curl --request PUT \
  --url https://api.wirespeed.co/team/reinvite/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "statusCode": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

User ID to reinvite

Response

400
application/json

The response is of type object.