{ "operation": "auth-connections-list", "method": "GET", "path": "/v1/admin/user_connections", "summary": "List Auth Connections", "response": { "items": [ { "connection_id": null, "connection_status": null, "id": null, "provider_description": null, "provider_id": null, "provider_type": null, "provider_user_info": null, "scopes": null, "user_id": null } ], "limit": 1, "offset": 1, "page_count": 1, "total_count": 1 } }