Columns returned by portal/admin/person

A customer has 134 columns on the Person table. 

When I call portal/admin/person via Postman, I receive 53 columns for a given UID_Person. 

When I call qerApiService.typedClient.PortalAdminPerson.Get from the portal, I receive an IEntity with only 34 columns.

When I go to the Portal and select "Create Identity" I see all the fields I need to access, but PortalAdminPerson is only returning a sub-set of these.

What is going on here?  What determines the columns recognized by PortalAdminPerson?

I can't see anything strange about the columns it is not recognizing.

Parents
  • I thought I found the cause, but I did not.  The Identity Config-Parms you set in the Admin Portal do seem to add and remove certain columns from the list of columns returned by portal/admin/person. However, certain columns just do not appear.  The most curious is "DeactivationStart".  "DeactivationEnd" is returned, but there is no "DeactivationStart".  Why?  Half of the CCC columns are there, but  the other half are not.  I just can't see any reason for this.

    Question remains: what determines which columns portal/admin/person returns from the Person table, and which it does not?

    FYI: the customer is on 1IM 9.2

Reply
  • I thought I found the cause, but I did not.  The Identity Config-Parms you set in the Admin Portal do seem to add and remove certain columns from the list of columns returned by portal/admin/person. However, certain columns just do not appear.  The most curious is "DeactivationStart".  "DeactivationEnd" is returned, but there is no "DeactivationStart".  Why?  Half of the CCC columns are there, but  the other half are not.  I just can't see any reason for this.

    Question remains: what determines which columns portal/admin/person returns from the Person table, and which it does not?

    FYI: the customer is on 1IM 9.2

Children
No Data