Skip to content

Commit aa00e3d

Browse files
Update use-scim-to-provision-users-and-groups.md
1 parent eb40400 commit aa00e3d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/active-directory/manage-apps/use-scim-to-provision-users-and-groups.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,21 @@ This section provides example SCIM requests emitted by the Azure AD SCIM client
452452

453453
*HTTP/1.1 204 No Content*
454454

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+
455470
### Group Operations
456471

457472
* Groups shall always be created with an empty members list.

0 commit comments

Comments
 (0)