Skip to main content
The full list of user connections can be retrieved by calling getUserConnectionsNetwork query. This query returns the list of user connections (user contexts associated with accounts who have accepted the invitation from the current API user or whose invitation has been accepted by the current API user). Results returned with pagination and sorted by the name (ascending by default, the order can be reversed). The same pagination approach as in other queries is used (for example, getCatalogData). The following arguments can be used in the query:
Here is an example of our implementation of the user connections list: User connections