GET   auth-details/user?user={user}

Get the user auth ticket

URL Parameters

NameDescription
user

Request example

curl --request GET "https://api-asm2.apica.io/v3/auth-details/user?user={user}&auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

{
  "user_id": 1,
  "user_guid": "9bc5246a-52b6-42f6-b75c-f9b3e17f711c",
  "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": "4f548393-3332-4532-a296-f25755c00a64",
  "customer_name": "sample string 8",
  "subscription": {
    "Type": "Standard",
    "StartDateUtc": "2026-02-10T03:43:56",
    "EndDateUtc": "2026-02-10T03:43:56",
    "QuotaCheckAll": 1000,
    "Enabled": true
  },
  "timezone_id": 1
}
NameType Description
user_id Integer

User ID.

user_guid Guid

User GUID.

name String

Login Username.

full_name String

Full name.

email String

User email.

roles Array

User roles.

customer_id Integer

Customer ID.

customer_guid Guid

Customer GUID.

customer_name String

Customer name.

subscription Object

Customer subscription data.

subscription_type String

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

period_from_utc DateTime

Subscription start period.

period_to_utc DateTime

Subscription end period.

global_check_quota Integer

The checks quota.

enabled Boolean

Subscription is enabled.

timezone_id Integer

Default Time Zone.