Skip to content

Commit ed9c284

Browse files
authored
Merge pull request #179122 from yoelhor/patch-206
Update add-api-connector.md
2 parents 9c67a49 + 80e49f1 commit ed9c284

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/active-directory-b2c/add-api-connector.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: active-directory-b2c
55
ms.service: active-directory
66
ms.subservice: B2C
77
ms.topic: how-to
8-
ms.date: 08/24/2021
8+
ms.date: 11/09/2021
99

1010
ms.author: kengaderdus
1111
author: kengaderdus
@@ -72,6 +72,7 @@ Content-type: application/json
7272
}
7373
],
7474
"displayName": "John Smith",
75+
"objectId": "11111111-0000-0000-0000-000000000000"
7576
"givenName":"John",
7677
"surname":"Smith",
7778
"jobTitle":"Supplier",
@@ -142,6 +143,7 @@ Content-type: application/json
142143
}
143144
],
144145
"displayName": "John Smith",
146+
"objectId": "11111111-0000-0000-0000-000000000000",
145147
"givenName":"John",
146148
"lastName":"Smith",
147149
"step": "PostFederationSignup",
@@ -195,6 +197,7 @@ Content-type: application/json
195197
}
196198
],
197199
"displayName": "John Smith",
200+
"objectId": "11111111-0000-0000-0000-000000000000",
198201
"givenName":"John",
199202
"surname":"Smith",
200203
"jobTitle":"Supplier",

0 commit comments

Comments
 (0)