createUserFromIdentityToken

Create a new user to Erply. If username with the email address that's in Json Web Token already exists in Erply then an error is returned.

Here is the intended use case explained in more detail.

Input parameters

Parameter name Description Possible value Required
jwt Json Web Token string yes
firstName Employee's first name string yes
lastName Employee's last name string yes

Response

Field name Type Description
userID string ID of the created user.