Skip to main content
POST
Automatic user signup and authentication

Body

application/json
email
string<email>
required
Example:

"john.doe@praxis-ai.com"

fname
string
required
Example:

"John"

lxp_user_id
string
required
Example:

"1750665682"

lxp_user_type
integer
required
Example:

1

lxp_partner_id
string
required
Example:

"1"

lxp_partner_name
string
required
Example:

"Edu School"

lxp_role_id
integer
required
Example:

123

lxp_role_name
string
required
Example:

"Course 123"

institution_id
string<uuid>
required
Example:

"bc6efd03-9d01-43e7-bd49-c4af1c54ae3a"

institution_url
string
required
Example:

"https://domain.edu"

client_ip
string
required
Example:

"134.123.234.234"

lticontextid
string
required
Example:

"https://domain.edu/course/i12"

digitaltwin
boolean
required
Example:

true

lname
string
Example:

"Doe"

picture
string
Example:

""

Response

Successful authentication with user profile and token

token
string

JWT authentication token

profile
object