Update session information for a user
Learn about the UpdateUserSessionFromService endpoint in the ExternalUser collection.
This API lets you update session information for an existing end user.
API request
Sample
PUT {{ServerURL}}/api/ExternalUser/UpdateUserSessionFromService
Body
{
"serviceUserId": 23422543,
"sessionId": 34242
}Parameters
Parameter
Description
serviceName
Name of the user.
serviceUserId
Unique identifier of the user.
sessionID
Unique identifier of the session.
Note: A new session is created every time a user logs in.
lastActive
Exact time and date of the user's last interaction with the platform.
Last updated
Was this helpful?