UNPKG

forge-apis

Version:

⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.

32 lines (18 loc) 801 B
# ForgeSdk.UserProfileApi All URIs are relative to *https://developer.api.autodesk.com/* Method | HTTP request | Description ------------- | ------------- | ------------- [**getUserProfile**](UserProfileApi.md#getUserProfile) | **GET** /userprofile/v1/users/@me | Returns the profile information of an authorizing end user. <a name="getUserProfile"></a> # **getUserProfile** > UserProfile getUserProfile(oauth2client, credentials) Returns the profile information of an authorizing end user. ### Parameters This endpoint does not need any parameter. ### Return type [**UserProfile**](UserProfile.md) ### Authorization [oauth2_access_code](../README.md#authentication) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/vnd.api+json, application/json