new module:api/UserProfileApi(apiClient)
Constructs a new UserProfileApi.
Parameters:
| Name | Type | Description |
|---|---|---|
apiClient |
module:ApiClient | Optional API client implementation to use, default to module:ApiClient#instance if unspecified. |
- Source:
Methods
getUserProfile(oauth2client, credentials)
Returns the profile information of an authorizing end user. data is of type: {module:model/UserProfile}
Parameters:
| Name | Type | Description |
|---|---|---|
oauth2client |
Object | oauth2client for the call |
credentials |
Object | credentials for the call |
- Source: