cURL
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" }
Allows customer with proper permissions to resend an invite to a specific user associated with a customer.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
Was this page helpful?