User Mappings Report
On This Page
Overview
The User Mappings report for a given job presents the permission breakdown of your content. For content to appear on this tab, author or owner preservation, lock propagation, or permission preservation needs to be enabled for the job. Otherwise, this tab will be blank.
Microsoft Excel has a maximum limit of 1,048,576 rows. When opening the export file, Excel will display a message to warn you if your file exceeds the maximum supported rows, and the excess content will not be displayed. See to Microsoft’s Excel specifications and limits for more information. Refer to Exporting Large Data Sets in Chunks if you need to export more than the maximum limit.
User Mapping Reports Using the REST API
The "resolution" indicates how the permission was mapped, such as by exception mapping, account map, email, or external account. The “permissions" value indicates how many items are shared with the user.
GET {{url}}v1/transfers/{job_id}/security_map?include=all |
.......
...........
},
"item": [
{
"id": "54604b5d86a344ca8040f73f867cc980",
"source": {
"name": "John Smith 2",
"email": "jsmith2@email.com",
"id": "1497385045",
"type": "account"
},
"resolution": "exception",
"permissions": 6
},
{
"id": "44b1bf8179f9467b8f91126cba578bee",
"source": {
"name": "John Smith 3",
"email": "jsmith3@email.com",
"id": "389034265",
"type": "account"
},
"resolution": "exception",
"permissions": 7
},
..........
...... |