---
title: "Create User Auth Ticket With Ws Fed"
method: POST
path: "/platform/adminuser/authtickets/wsfed/auth/{id}"
tags: ["AdminAuthTicket"]
---

# Create User Auth Ticket With Ws Fed

`POST /platform/adminuser/authtickets/wsfed/auth/{id}`

Create User Auth Ticket With Ws Fed

## Path parameters

- `id` string, required

## Query parameters

- `scopeid` integer
- `scopeType` string
- `responseFields` string

## Response `200`

OK

- TenantAdminUserAuthTicket
  - `accessToken` string, nullable
  - `accessTokenExpiration` string, date-time
  - `availableTenants` Tenant[], nullable
    - `attributes` TenantAttribute[], nullable
      - `createBy` string, nullable
      - `createDate` string, date-time
      - `name` string, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time
      - `value` unknown
    - `domain` string, nullable
    - `expiry` string, date-time, nullable
    - `id` integer
    - `isDevTenant` boolean
    - `isUnified` boolean
    - `lastLoginDate` string, date-time, nullable
    - `masterCatalogs` AdminUserMasterCatalog[], nullable
      - `catalogs` Catalog[], nullable
        - `defaultCurrencyCode` string, nullable
        - `defaultLocaleCode` string, nullable
        - `id` integer
        - `masterCatalogId` integer
        - `name` string, nullable
        - `tenantId` integer
      - `defaultCurrencyCode` string, nullable
      - `defaultLocaleCode` string, nullable
      - `id` integer
      - `name` string, nullable
      - `supportedLocaleCodes` string[], nullable
      - `tenantId` integer
    - `name` string, nullable
    - `sites` Site[], nullable
      - `attributes` TenantAttribute[], nullable
        - `createBy` string, nullable
        - `createDate` string, date-time
        - `name` string, nullable
        - `updateBy` string, nullable
        - `updateDate` string, date-time
        - `value` unknown
      - `catalogId` integer
      - `countryCode` string, nullable
      - `currencyCode` string, nullable
      - `domain` string, nullable
      - `id` integer
      - `localeCode` string, nullable
      - `name` string, nullable
      - `primaryCustomDomain` string, nullable
      - `tenantId` integer
  - `createdOn` string, date-time
  - `grantedBehaviors` integer[], nullable
  - `jwtAccessToken` string, nullable
  - `redirect` string, nullable
  - `refreshToken` string, nullable
  - `refreshTokenExpiration` string, date-time
  - `ssoNameId` string, nullable
  - `ssoSession` string, nullable
  - `tenant` Tenant
    - `attributes` TenantAttribute[], nullable
      - `createBy` string, nullable
      - `createDate` string, date-time
      - `name` string, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time
      - `value` unknown
    - `domain` string, nullable
    - `expiry` string, date-time, nullable
    - `id` integer
    - `isDevTenant` boolean
    - `isUnified` boolean
    - `lastLoginDate` string, date-time, nullable
    - `masterCatalogs` AdminUserMasterCatalog[], nullable
      - `catalogs` Catalog[], nullable
        - `defaultCurrencyCode` string, nullable
        - `defaultLocaleCode` string, nullable
        - `id` integer
        - `masterCatalogId` integer
        - `name` string, nullable
        - `tenantId` integer
      - `defaultCurrencyCode` string, nullable
      - `defaultLocaleCode` string, nullable
      - `id` integer
      - `name` string, nullable
      - `supportedLocaleCodes` string[], nullable
      - `tenantId` integer
    - `name` string, nullable
    - `sites` Site[], nullable
      - `attributes` TenantAttribute[], nullable
        - `createBy` string, nullable
        - `createDate` string, date-time
        - `name` string, nullable
        - `updateBy` string, nullable
        - `updateDate` string, date-time
        - `value` unknown
      - `catalogId` integer
      - `countryCode` string, nullable
      - `currencyCode` string, nullable
      - `domain` string, nullable
      - `id` integer
      - `localeCode` string, nullable
      - `name` string, nullable
      - `primaryCustomDomain` string, nullable
      - `tenantId` integer
  - `user` UserProfile
    - `emailAddress` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `userId` string, nullable
    - `userName` string, nullable

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
