Download OpenAPI specification:Download
Manage user sessions that are created upon successful 'frontend' authentication. This does not apply to the methods implemented via a backend-to-backend integration (under 'Backend Authentication').
Retrieves all active sessions for a specified user.
Required permissions: apps:read
, [appId]:read
, sessions:read
.
[- {
- "user_id": "string",
- "session_id": "string",
- "client_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "expiration_time": "2019-08-24T14:15:22Z"
}
]
Revokes all refresh tokens and logs out of all sessions for a specified user.
Required permissions: apps:delete
, [appId]:delete
, sessions:delete
.
{- "result": {
- "deleted_count": 0
}
}