Knowledge Base
Raise a TicketStatus PageIOH LoginWeb shop
ConnectedYou Platform
ConnectedYou Platform
  • 🖥️ConnectedYou Platform
  • User Guide
    • Dashboard
      • Inventory
      • Usage trend
      • Monthly usage summary
      • Top data usage
    • SIM Management
      • SIMs/ eSIMs
        • IMEI lock
        • SIMs Details
          • SIMs - Overview
          • SIMs - Diagnostics
      • SIM Profiles
        • SIM lifecycle
        • SIM-Profile Details
          • SIM-Profile overview
          • SIM-Profile Usage
          • SIM-Profile Diagnostics
        • Tags
    • eUICC Centre
      • Profile Pools
        • Manage Pools
      • Configure eUICC
        • eUICC Details
          • GSMA codes and descriptions
    • Transaction History
      • Transaction details
    • Bulk Actions
      • Tag Management for SIM Cards and SIM Profiles
      • Update User-defined IMEI
      • IMEI Lock Management
      • Bulk Billing Status Change for SIMs/eSIMs and SIM Profiles
    • Automation
      • Rules
      • Rules history
    • Network Activity
      • Usage
      • Diagnostics
        • Network Event Status
    • Reports
    • Exports
      • Usage
      • Access logs
      • Network events
      • Inventory
    • Account
      • Account creation
      • Login
      • Settings
      • Multiple accounts
      • Users
      • Reset password
      • Access logs
  • API Docs
    • APIs Reference
      • Webhooks
        • eUICC transactions
        • eUICC transaction: Audit
        • eUICC change events
        • Network events
        • Usage events
        • Bulk operation status
        • SIM Lifecycle changes
  • SHORTCUTS
    • Getting Started
    • Connectivity
    • SIM/eSIMs
    • Devices
    • Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. User Guide
  2. Account

Access logs

PreviousReset passwordNextAPIs Reference

Last updated 5 months ago

Was this helpful?

On the left navigation panel, under the Account menu, click on Access Logs to review user access.

The user access is provided w.r.t. API gateway. The front end UI of the platform is built on the same API gateway to which users fire API calls. The Access Logs display action by users for the account along with the response for the API call.

Basic table features

  • Search: by entering the email of the user or URL

  • Filtering/Sorting: the table allows filtering/sorting where applicable and resetting of the filters

  • Column selection: select the columns to be displayed

  • Pagination: select how many rows of data should be displayed & navigate multiple pages

The HTTP method & the URL indicate whether the user was viewing or making actions of a certain type on the platform. The HTTP methods are filterable between GET, POST, PUT, PATCH and DELETE.

The Status codes are summarised below.

Status Code
Description

200 OK

When request succeeded for a GET or POST request

201 Created

When request has been fulfilled and resulted in a new resource being created (e.g. when a new user added to the account)

202 Accepted

When a request accepted for a POST that will be completed asynchronously

301 Moved Permanently

When a request is placed in a URI without final forward slash

400 Bad Request

When a request is wrongly format (e.g., incorrect request body)

401 Unauthorised

Missing credentials

403 Forbidden

Incorrect credentials

404 Not Found

When resources are not found

405 Method Not Allowed

When request uses wrong method (e.g., change_status action using GET)

409 Conflict

Indicates that the request could not be processed because of conflict in the request (e.g., object already created)

413 Payload Too Large

Indicates that the request entity (body) is larger than limits defined by server

415 Unsupported Media Type

When request uses wrong content type (e.g., application/xml)

429 Too Many Requests

When a user exceeds the maximum number of requests. Check the Throttling section for more information.

500 Internal Server Error

When there are unexpected server side conditions

503 Service Unavailable

Temporary unavailability of the service