Profile API Endpoints
over 1 year ago by Joseph
We've recently published document for 3 new API endpoints pertaining to Profiles to our Developer Network documentation. You can view the list of new endpoints below - better yet, you can try these out in real-time through our Developer Network site! To get the userId for a person, you can use the List Team members endpoint.
As always, if you have any API or integration related questions, please don't hesitate to reach out in our Community!
Category | Description | Method | URL |
---|---|---|---|
People | Get Profile | GET | https://api.getguru.com/api/v1/people/{userId} |
People | Update Profile | PUT | https://api.getguru.com/api/v1/people/{userId} |
People | List User's direct reports | GET | https://api.getguru.com/api/v1/people/{userId}/directreports |