Users
List all institutions
A paginated list of institutions that the user is affiliated with.
Returns
Returns a JSON object containing data and links keys.
The data key contains an array of 10 institutions. Each resource in the array is a complete institution object and contains the full representation of the institution, meaning additional requests to a institution's detail view are not necessary.
The links key contains a dictionary of links that can be used for pagination.
get/users/{user_id}/institutions/
Path parameters
user_idstring required
The unique identifier of the user.
Response
OK