Session API

Check if there are other different sessions for one user in one application.

get/api/is-session-duplicated

Query parameters

idstring required

The id(organization/application/user) of session

sessionIdstring required

sessionId to be checked

Response

The Response object

Changes