/api/usermanagement/v1/organizations/{orgId}/pendingchanges/{pendingChangeId}/permissions/diffCalculates the permission differences between the current state of a role and the proposed changes in a pending change with UPDATE_ROLE type. Checks for orphaned resources and breaking changes as a result of the pending change. Returns an object with permission changes, enterprise changes, resource changes, and warnings.
orgIdstringRequiredpendingChangeIdstring<uuid>RequireduserId string required summary object required totalAdded integer <int32>required totalRemoved integer <int32>required hasBreakingChanges boolean required permissionChanges object required added array[object] required removed array[object] required enterpriseChanges object required added array[object] required removed array[object] required resourceChanges object required added array[object] required removed array[object] required warnings array[object] required type string required ORPHANED_WALLETSmessage string required resourceIds array[string] required