2024 Jun 19 10:10 PM - edited 2024 Jun 19 10:13 PM
Hi all
We using Successfactor to Entra ID provisioning, and need to add an attribute that's not in the default mapping range. I've added some changes to advanced attribute mapping or directly to schema json, in this list.
the API call is this:
/odata/v2/PerPhone?$select=countryCodeNav/externalCode,isPrimary,personIdExternal,phoneNumber,phoneType,phoneTypeNav/externalCode&$expand=countryCodeNav,phoneTypeNav
any type of documentation for this or any ideas to help med align this? Translating API CALL to API Expression
Request clarification before answering.
We have worked us towards that this would be a working JSON expression;
$.phoneNav.results[?(@.isPrimary == true)].countryCodeNav.externalCod
However - no data is transferred. Might be restrictions in SAP Successfactors?
According to Odata API Dictionary, countryCode is a picklist option, with externalCode underneath this:
externalCode | externalCode | string |
countryCodeNav | Country Code |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
6 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.