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

Download Open API Spec

GET /user/bundle

Get the user bundle of the caller (my own bundle).

Note: Private fields will be returned.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/user/bundle

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)