github.com/newrelic/newrelic-client-go@v1.1.0/pkg/users/doc.go (about) 1 /* 2 Package users provides a programmatic API for interacting with New Relic users. 3 It can be used to retrieve details about the user. 4 5 Authentication 6 7 You will need a valid Personal API key to communicate with the backend New Relic 8 API that provides this functionality. See the API key documentation below for 9 more information on how to locate this key: 10 11 https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys 12 13 */ 14 package users