Helo,
Can you help us with these 2 questions?
1 – Our process of adding a new access profile from a client tool, however each time we try to carry out the process we receive the following error:"“message”:“Exception while updating account.Url: /REST\ /INTERNET//usuario/profile, Message: 400 : Bad Request, HTTP Error Code: 400"”, the process we are using is:
{
"type": "I",
"login": "$plan.nativeIdentity$",
"company": "0414",
"profileId": "$plan.profile$",
"groupId": "$plan.profile$",
"partnerId": 2,
"email": "$plan.email$"
}
The payload={"type":"I","login":"LOGINUSER","company":"0414","profileId":"9\ ","grupoId":"9\"","parceiroId":2 }, we noticed in the logs that the email is not coming, is there any other way to get the identity email to compose this call ?
2 - Another doubt is that in that same app when we perform the aggregation of entitlements we receive 20 entitlements, however when we perform the aggregation of accounts, it duplicates some of these entitlements.
Also, when a user has more than one entitlement for this app, it is not listed in the user’s account within IDNow, it is necessary to carry out some process to resolve this.
Thank you very much in advance.