© 2025 Clarivate
GET /api/.../erms/session?polarisUserId={polarisUserId}
Open a search session with the ERMSDaemon and return the associated session token. This can be used to allow a client access to ERMS without being part of the domain.
| Name | Type | Required | Description |
|---|---|---|---|
| polarisUserId | Integer | Yes | The unique id assigned to the Polaris staff user. |
"NAiW0EZqcUKhb$mnNZBkNwABAgAB"
| Code | Description |
|---|---|
| 200 | OK. Success |
DELETE /api/.../erms/session/{sessionToken}
Close an existing session.
| Name | Type | Required | Description |
|---|---|---|---|
| sessionToken | String | Yes | Token string for a previously opened session |
| Code | Description |
|---|---|
| 200 | OK. Success |