Register a user based on a Stytch session token
Authentication
Register a user based on a Stytch session token
Register the user based on the Stytch session token and name/company name, and return the the created user id. The Stych session token can be obtained from a Magic Links or OAuth token thanks to the registration status API.
POST
Register a user based on a Stytch session token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
Authenticate a user based on a Stytch session tokenReport whether the user associatd to a Stytch OAuth or Magic Links token has been fully registered on Narrative side

