Skip to content

Instantly share code, notes, and snippets.

@waldekmastykarz
Created September 24, 2025 12:28
Show Gist options
  • Select an option

  • Save waldekmastykarz/b6efbc6c5f1f9b7df8c0d50618d70fb7 to your computer and use it in GitHub Desktop.

Select an option

Save waldekmastykarz/b6efbc6c5f1f9b7df8c0d50618d70fb7 to your computer and use it in GitHub Desktop.
Dev Proxy mirrored mock
{
"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