The Open API specification for Synapse is now available for download!

Download Open API Spec

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:

  • UserProfile = 0x1
  • ORCID = 0x2
  • VerificationSubmission = 0x4
  • IsCertified = 0x8
  • Is Verified = 0x10
  • Is ACT Member = 0x20
  • Is AR Reviewer = 0x40

Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object UserBundle
(application/json)