question

ShambhaviRai-8086 avatar image
0 Votes"
ShambhaviRai-8086 asked saldana-msft edited

Azure Corelation Id and Request ID

I have an Azure account and I am making AD API calls for that account using postman, due to some issue I contacted Microsoft and they are asking for Correlation ID and request ID for the same, where can I find these two things?

This is the API I have been calling

https://docs.microsoft.com/en-gb/graph/api/user-delta?view=graph-rest-1.0&tabs=http

azure-active-directorymicrosoft-graph-users
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JamesTran-MSFT avatar image
1 Vote"
JamesTran-MSFT answered JamesTran-MSFT commented

@ShambhaviRai-8086
Thank you for your post!

When it comes to finding the Correlation ID or Request ID within Postman, you should be able to do this within the Response Body at the bottom of your screen.

Request ID - https://graph.microsoft.com/v1.0/users/ :
113501-image.png

Correlation ID:
113484-image.png


If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.


Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.


image.png (34.9 KiB)
image.png (17.1 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@JamesTran-MSFT
What is the API call you used when you got the correlation id? Looks like we get it for specific cases only. Also I found this link on stackoverflow that says correlation ID is equivalent to client-request-id in the header, is that true? While making delta calls value of request-id and client-request-id were same so I have my doubts there. Also both the things were changing with each request

https://stackoverflow.com/questions/45593823/wheres-the-correlation-id-in-the-graph-api-response


Following is the API call I am making

GET https://graph.microsoft.com/v1.0/users/delta

0 Votes 0 ·

@ShambhaviRai-8086
Thank you for the follow up on this!

I used the "Get AAD Token" call, under the Microsoft Graph Environment, which is what threw the error; since it should be run under the Azure Rest Environment within Postman. I was mainly using the error generated to provide an example of a correlation ID. However, when it comes to the Stack Overflow post, Daniel is correct in saying that the correlation ID is equivalent to client-request-id.

114013-image.png
https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/request-properties#control-request-properties-using-the-rest-api


If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.

1 Vote 1 ·
image.png (29.0 KiB)