Login Invitation API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Content type, must be "application/json".
"application/json"Invitation token for user onboarding.
"aW52aXRhdGlvbi10b2tlbi1leGFtcGxlLXN0cmluZw..."
Email address for the user.
250^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$"test@mail.com"
Password of the user.
6 - 100"StrongP@ssw0rd"
First name of the profile.
250"John"
Last name of the profile.
250"Doe"
Phone number of the profile.
20"0123456789"
Language of the profile.
fr, en, de "fr"
Tokens generated successfully