Invite

Invite user

post

Send an invitation email to an already created user that has not set his password.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Path parameters
user_idstringRequired
Responses
post
v1/users/{short_id}/invite
Python

No content

import requests
response = requests.get(
    "https://journeys-api.50skills.app/v1/users/4FKaU0aw/invite",
)
print(response.json())                             

Last updated