Last updated 1 year ago
import requests response = requests.get( "https://journeys-api.50skills.app/v1/users/4FKaU0aw/invite", ) print(response.json())
fetch("https://journeys-api.50skills.app/v1/users/4FKaU0aw/invite", { method: "POST" }) .then(response => response.json()) .then(data => console.log(data)) .catch(error => console.error(error));
Send an invitation email to an already created user that has not set his password.
v1/users/{short_id}/invite
No body