GET   auth-details

Retrieves user and customer details associated with an authentication ticket.

Remarks

Returns a user and customer detail in the response.

Request example

Response body model example and description

{
  "user_id": 1,
  "user_guid": "91cbc7d1-16c9-420e-b184-f807eaa81fdb",
  "name": "sample string 3",
  "full_name": "sample string 4",
  "email": "sample string 5",
  "roles": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "customer_id": 6,
  "customer_guid": "664a40e2-e917-432c-ae8d-d270afa36dd0",
  "customer_name": "sample string 8",
  "subscription": {
    "Type": "Standard",
    "StartDateUtc": "2026-05-13T03:44:24",
    "EndDateUtc": "2026-05-13T03:44:24",
    "QuotaCheckAll": 1000,
    "Enabled": true
  },
  "timezone_id": 1
}
NameType Description
user_idInteger

User ID.

user_guidGuid

User GUID.

nameString

Login Username.

full_nameString

Full name.

emailString

User email.

rolesArray

User roles.

customer_idInteger

Customer ID.

customer_guidGuid

Customer GUID.

customer_nameString

Customer name.

subscriptionObject

Customer subscription data.

subscription_typeString

The customer's subscription type. Available values: 'Standard', 'PoC', 'Evaluation', 'Trial'

period_from_utcDateTime

Subscription start period.

period_to_utcDateTime

Subscription end period.

global_check_quotaInteger

The checks quota.

enabledBoolean

Subscription is enabled.

timezone_idInteger

Default Time Zone.