Oauth token association with RequestorSummaryThis article explains how the Oauth token is associated with 'Oauth requestor profile'InstructionsThe Oauth token can be retrieved from multiple locations within the ServiceNow instance. The same Oauth profile record can be associated with a Rest Message record(sys_rest_message) or Credentials record (oauth_2_0_credentials) In order to determine the profile requesting this token: Navigate to the Oauth Credentials (oauth_credential) tableAdd the column ''Oauth requestor profile" to your list viewClicking on the column will take you to the oauth_requestor_profile record. You can see the following information: OAuth Entity Profile - OAuth profile record nameRequestor Context - For example ( Rest Message - sys_rest_message )Requestor ID - Sys ID of the requestor ( for example sys id of sys_rest_message record)