POST
/
customers
/
{customerID}
/
users
/
{userID}
/
resend-invite
curl --request POST \
  --url https://api.joinworth.com/auth/api/v1/customers/{customerID}/users/{userID}/resend-invite \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Invite mail sent successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

customerID
string
required
Example:

"22f210e4-4455-4107-b132-97e8478546ea"

userID
string
required
Example:

"9702f234-b491-4990-86eb-3979d80e5764"

Response

200
application/json; charset=utf-8
OK
status
string
required
message
string
required