Skip to main content

Get Sessions for Operator ID (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/operators/:operator_id/sessions

List all the sessions for an operator ID of a tenant ID.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    operator_id stringrequired

    The operator ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items Session[]
  • Array [
  • client_ip string

    The client IP address.

    disabled boolean

    List the disabled sessions for an operator ID.

    disabled_reason string

    The reason for disabling the sessions.

    expires date

    The expiry date of the session.

    id string

    The ID.

    inactive boolean

    List the inactive sessions.

    inactive_reason string

    The reason for the inactive sessions.

    operator_id string

    The operator ID.

    session_key_c string

    The session key C. Max size = 128.

    tenant_id stringrequired

    ID of the tenant.

    type string

    The session type.

    user_agent UserAgent

    The user agent information.

    name string

    The name of the user agent.

  • ]
Loading...