Update the mapping of a user account.1
2
3
4
5POST odata/_userMappings
--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
--data-binary [UserObject] |
odata/_userMappings
POST.
Do not supply OData Filter syntax.
1 | --x-appvity-channelId: [ChannelID] |
This endpoint needs the following information:1
2
3
4
5
6
7
8
9
10
11{
"user365": "[UserO365]",
"source": "[SourceCode]",
"username": "[UserName]",
"localId": "5e61bd889e653912e84c1aa8",
"displayName": "Oliver Neal",
"sourceId": "oliver@anadea.com",
"email": "oliver@anadea.com",
"projectHostname": "[HostName]",
"projectId": "[SourceID]"
}
1 | { |
1 |
|
Error
Message
{
“code”: “User mapping already exist.”,
“message”: “User mapping already exist.”
}
Comment