AccountType getting Auto populated as 'Internal'

Ajaykumar
New Contributor
New Contributor

Hi All,

I am trying to reconcile accounts from GWS(Google Workspace), but after reconciliation job is completed, account Type is automatically getting populated as 'Internal'.

Am i missing any configuration on this?

Thanks,
Ajay

3 REPLIES 3

pmahalle
Valued Contributor II
Valued Contributor II

Hi @Ajaykumar ,

Can you share account import json you are using for reconciliation? which connector you are using for the integration?


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

AP
New Contributor
New Contributor

Hi @pmahalle 
Connector Type is GoogleApps and below is the import JSON

[NAME:primaryEmail#String,
DISPLAYNAME:name.fullName#String,
CREATED_ON:creationTime#date,
LASTLOGONDATE:lastLoginTime#date,
ACCOUNTID:id#String,
CUSTOMPROPERTY1:addresses#String,
CUSTOMPROPERTY2:aliases#String,
CUSTOMPROPERTY3:changePasswordAtNextLogin#boolean,
CUSTOMPROPERTY4:customerId#String,
CUSTOMPROPERTY5:deletionTime#date,
CUSTOMPROPERTY6:emails#String,
CUSTOMPROPERTY7:etag#String,
CUSTOMPROPERTY8:externalIds#String,
CUSTOMPROPERTY9:includeInGlobalAddressList#boolean,
CUSTOMPROPERTY10:ipWhitelisted#boolean,
CUSTOMPROPERTY11:isAdmin#boolean,
CUSTOMPROPERTY12:isDelegatedAdmin#boolean,
CUSTOMPROPERTY13:isMailboxSetup#boolean,
CUSTOMPROPERTY14:kind#String,
CUSTOMPROPERTY15:nonEditableAliases#String,
CUSTOMPROPERTY16:notes#String,
CUSTOMPROPERTY17:orgUnitPath#String,
CUSTOMPROPERTY18:organizations#String,
CUSTOMPROPERTY19:phones#String,
CUSTOMPROPERTY20:relations#String,
CUSTOMPROPERTY21:suspended#boolean,
CUSTOMPROPERTY22:suspensionReason#String,
CUSTOMPROPERTY23:websites#String]

 

Thanks