Type Alias ClientLookupUserResponse

ClientLookupUserResponse: ClientBaseResponse<{
    cftoolsId: string;
    notice?: string;
}>

Type declaration

  • cftoolsId: string
  • Optionalnotice?: string

    When the useAccountCreationAPI parameter is used, this field will include the status of the account creation request.