SP-Config Bug: Access Profile import silently fails due to owner "name" vs "displayName" mismatch in Export payload

SP-Config export stores the Access Profile owner using “name”, while the import process expects the owners “displayName”. Therefore the Access profile import fails.

WOrkaround:

1.Export the Access profile configuration.

2.locate the “owner” object in JSON.

3.Replace the owner “name” value with the correspondiong “displayName”

4.Re-import modified JSON

5.Verufy the import result file/status .

Referenece: SP-Config Import