digitaluapi

<back to all web services

UserAuthDetailLookup

Requires Authentication
Requires any of the roles:Client, Admin, Partner
The following routes are available for this service:
GET/user_auth_detail
"use strict";
export class UserAuthDetailLookup {
    /** @param {{UserAuthId?:number,Provider?:string,UserId?:string,UserName?:string,FullName?:string,DisplayName?:string,FirstName?:string,LastName?:string,Company?:string,Email?:string,PhoneNumber?:string,BirthDate?:string,BirthDateRaw?:string,Address?:string,Address2?:string,City?:string,State?:string,Country?:string,Culture?:string,Gender?:string,Language?:string,MailAddress?:string,NickName?:string,PostalCode?:string,TimeZone?:string,RefreshToken?:string,RefreshTokenExpiry?:string,RequestToken?:string,RequestTokenSecret?:string,Items?:string,AccessToken?:string,AccessTokenSecret?:string,CreatedDate?:string,ModifiedDate?:string,RefId?:number,RefIdStr?:string,Meta?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {number} */
    UserAuthId;
    /** @type {string} */
    Provider;
    /** @type {string} */
    UserId;
    /** @type {string} */
    UserName;
    /** @type {string} */
    FullName;
    /** @type {string} */
    DisplayName;
    /** @type {string} */
    FirstName;
    /** @type {string} */
    LastName;
    /** @type {string} */
    Company;
    /** @type {string} */
    Email;
    /** @type {string} */
    PhoneNumber;
    /** @type {?string} */
    BirthDate;
    /** @type {string} */
    BirthDateRaw;
    /** @type {string} */
    Address;
    /** @type {string} */
    Address2;
    /** @type {string} */
    City;
    /** @type {string} */
    State;
    /** @type {string} */
    Country;
    /** @type {string} */
    Culture;
    /** @type {string} */
    Gender;
    /** @type {string} */
    Language;
    /** @type {string} */
    MailAddress;
    /** @type {string} */
    NickName;
    /** @type {string} */
    PostalCode;
    /** @type {string} */
    TimeZone;
    /** @type {string} */
    RefreshToken;
    /** @type {?string} */
    RefreshTokenExpiry;
    /** @type {string} */
    RequestToken;
    /** @type {string} */
    RequestTokenSecret;
    /** @type {string} */
    Items;
    /** @type {string} */
    AccessToken;
    /** @type {string} */
    AccessTokenSecret;
    /** @type {string} */
    CreatedDate;
    /** @type {string} */
    ModifiedDate;
    /** @type {?number} */
    RefId;
    /** @type {string} */
    RefIdStr;
    /** @type {string} */
    Meta;
}

JavaScript UserAuthDetailLookup DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /user_auth_detail HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfUserAuthDetailLookupResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel">
  <UserAuthDetailLookupResponse>
    <AccessToken>String</AccessToken>
    <AccessTokenSecret>String</AccessTokenSecret>
    <Address>String</Address>
    <Address2>String</Address2>
    <BirthDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>0001-01-01T00:00:00Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </BirthDate>
    <BirthDateRaw>String</BirthDateRaw>
    <City>String</City>
    <Company>String</Company>
    <Country>String</Country>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>0001-01-01T00:00:00Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <Culture>String</Culture>
    <DisplayName>String</DisplayName>
    <Email>String</Email>
    <FirstName>String</FirstName>
    <FullName>String</FullName>
    <Gender>String</Gender>
    <Items>String</Items>
    <Language>String</Language>
    <LastName>String</LastName>
    <MailAddress>String</MailAddress>
    <Meta>String</Meta>
    <ModifiedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>0001-01-01T00:00:00Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedDate>
    <NickName>String</NickName>
    <PhoneNumber>String</PhoneNumber>
    <PostalCode>String</PostalCode>
    <Provider>String</Provider>
    <RefId>0</RefId>
    <RefIdStr>String</RefIdStr>
    <RefreshToken>String</RefreshToken>
    <RefreshTokenExpiry xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>0001-01-01T00:00:00Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </RefreshTokenExpiry>
    <RequestToken>String</RequestToken>
    <RequestTokenSecret>String</RequestTokenSecret>
    <ResponseStatus xmlns:d3p1="http://schemas.servicestack.net/types">
      <d3p1:ErrorCode>String</d3p1:ErrorCode>
      <d3p1:Message>String</d3p1:Message>
      <d3p1:StackTrace>String</d3p1:StackTrace>
      <d3p1:Errors>
        <d3p1:ResponseError>
          <d3p1:ErrorCode>String</d3p1:ErrorCode>
          <d3p1:FieldName>String</d3p1:FieldName>
          <d3p1:Message>String</d3p1:Message>
          <d3p1:Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:KeyValueOfstringstring>
              <d6p1:Key>String</d6p1:Key>
              <d6p1:Value>String</d6p1:Value>
            </d6p1:KeyValueOfstringstring>
          </d3p1:Meta>
        </d3p1:ResponseError>
      </d3p1:Errors>
      <d3p1:Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringstring>
          <d4p1:Key>String</d4p1:Key>
          <d4p1:Value>String</d4p1:Value>
        </d4p1:KeyValueOfstringstring>
      </d3p1:Meta>
    </ResponseStatus>
    <State>String</State>
    <TimeZone>String</TimeZone>
    <UserAuthId>0</UserAuthId>
    <UserId>String</UserId>
    <UserName>String</UserName>
  </UserAuthDetailLookupResponse>
</ArrayOfUserAuthDetailLookupResponse>