GET /user/{id}/bundle
Get the user bundle 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/user/{id}/bundle
Resource URL Variables
| {id} |
Parameters
| mask optional |
integer flag defining which components to include in the bundle
This integer is used as a bit-string of flags to specify which parts to include in the UserBundle. The mask is defined as follows:
|
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | UserBundle (application/json) |