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

Download Open API Spec

GET /user/{id}/openRequest

Retrieve the open requests submitted by a user, optionally filtering by the Team. An request is only open if it has not expired and if the requester has not been added the Team. Note: The 'id' in the URI must be the same ID as that of the authenticated user issuing the request.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/user/{id}/openRequest

Resource URL Variables
{id} User ID
Parameters
teamId

optional

limit

optional

the maximum number of requests to return (default 10)
offset

optional

the starting index of the returned results (default 0)
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<MembershipRequest>
(application/json)