Created
September 24, 2025 12:28
-
-
Save waldekmastykarz/b6efbc6c5f1f9b7df8c0d50618d70fb7 to your computer and use it in GitHub Desktop.
Dev Proxy mirrored mock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "response": { | |
| "statusCode": 201, | |
| "body": { | |
| "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users/$entity", | |
| "id": "12345678-1234-1234-1234-123456789abc", | |
| "displayName": "@request.body.displayName", | |
| "givenName": "@request.body.givenName", | |
| "userPrincipalName": "@request.body.userPrincipalName", | |
| "accountEnabled": "@request.body.accountEnabled", | |
| "createdDateTime": "2024-01-15T10:30:00Z" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment