Skip to main content
POST
Identify user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Your unique identifier for this user.

orgId
string
required

Your LearnInk organisation ID.

data
object

Optional user profile data to create or update.

Response

Success

id
string
required

The user identifier you passed in the request.

data
object
required
token
string
required

A short-lived sign-in token. Use immediately — do not cache.