Session API

Add session for one user in one application. If there are other existing sessions, join the session into the list.

post/api/add-session

Query parameters

idstring required

The id(organization/application/user) of session

sessionIdstring required

sessionId to be added

Response

The Response object

Changes