User Creation (via Authentication Code)
Last updated
Last updated
For every user on your platform there must exist an associated user on the Sentiance platform. The process of associating users between the platform is accomplished using the createUser
method on the Sentiance SDK.
Your mobile application requires an authentication code in order to execute the createUser
SDK method. The below instructions details how you can fetch an authentication code from the Sentiance Platform.
Create a user_link
API key from the "Insights-Control-Tower > Developer > API Keys"
Request a authentication code from (method: POST)
Use the user_link
key as the Authorization Bearer
header
Set the request body as {"external_id": "<user-id-on-your-platform">}
Retrieve the authentication_code
for the response body
Return the code to your mobile application
Use this code in createUser
method
Note: An authentication code has a very small expiration (approx 10 mins)
You can find a code reference in our .