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

Download Open API Spec

GET /user

Get all publicly available UserProfile data in the system

Resource URL

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

Parameters
offset

optional

The offset index determines where this page will start from. An index of 0 is the first item.

Default is 0

limit

optional

Limits the number of items that will be fetched for this page.

Default is 100

sort

optional

Used to indicate upon which field(s) to sort.

Default is NONE

ascending

optional

Used to indicate whether the sort direction is ascending or not.

Default is true

Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<UserProfile>
(application/json)