GET /userProfile/{profileId}
Get the profile of a specified user.
Note: Private fields (e.g. "rStudioUrl") are omitted unless the requester is the profile owner or an administrator.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/userProfile/{profileId}
Resource URL Variables
| {profileId} | The target profile owner ID (the "id" field returned in the "/user" request). |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | UserProfile (application/json) |