File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
articles/active-directory/manage-apps Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ This section provides example SCIM requests emitted by the Azure AD SCIM client
258
258
###### <a name =" request-1 " ></a >Request
259
259
* GET /Users/5d48a0a8e9f04aa38008*
260
260
261
- ###### <a name =" response-1 " ></a >Response
261
+ ###### <a name =" response-1 " ></a >Response (User found)
262
262
* HTTP/1.1 200 OK*
263
263
``` json
264
264
{
@@ -285,6 +285,21 @@ This section provides example SCIM requests emitted by the Azure AD SCIM client
285
285
}
286
286
```
287
287
288
+ ###### Request
289
+ * GET /Users/5171a35d82074e068ce2*
290
+
291
+ ###### Response (User not found. Note that the detail is not required, only status.)
292
+
293
+ ``` json
294
+ {
295
+ "schemas" : [
296
+ " urn:ietf:params:scim:api:messages:2.0:Error"
297
+ ],
298
+ "status" : " 404" ,
299
+ "detail" : " Resource 23B51B0E5D7AE9110A49411D@7cca31655d49f3640a494224 not found"
300
+ }
301
+ ```
302
+
288
303
#### Get User by query
289
304
290
305
##### <a name =" request-2 " ></a >Request
@@ -452,21 +467,6 @@ This section provides example SCIM requests emitted by the Azure AD SCIM client
452
467
453
468
* HTTP/1.1 204 No Content*
454
469
455
- ###### Request
456
- * GET /Users/5171a35d82074e068ce2*
457
-
458
- ###### Response
459
-
460
- ``` json
461
- {
462
- "schemas" : [
463
- " urn:ietf:params:scim:api:messages:2.0:Error"
464
- ],
465
- "status" : " 404" ,
466
- "detail" : " Resource 23B51B0E5D7AE9110A49411D@7cca31655d49f3640a494224 not found"
467
- }
468
- ```
469
-
470
470
### Group Operations
471
471
472
472
* Groups shall always be created with an empty members list.
You can’t perform that action at this time.
0 commit comments