@@ -368,6 +368,18 @@ linkedin connection pending
368368linkedin connection pending --json
369369```
370370
371+ #### ` connection requests `
372+
373+ List incoming connection requests.
374+
375+ ``` bash
376+ linkedin connection requests
377+ ```
378+
379+ ``` bash
380+ linkedin connection requests --json
381+ ```
382+
371383#### ` connection withdraw `
372384
373385Withdraw a pending connection request.
@@ -389,6 +401,38 @@ linkedin connection withdraw https://www.linkedin.com/in/vprudnikoff
389401linkedin connection withdraw https://www.linkedin.com/in/vprudnikoff --no-unfollow
390402```
391403
404+ #### ` connection accept `
405+
406+ Accept an incoming connection request.
407+
408+ ``` bash
409+ linkedin connection accept < url>
410+ ```
411+
412+ | Arg | Required | Description |
413+ | -----| ----------| -------------|
414+ | ` url ` | yes | LinkedIn profile URL |
415+
416+ ``` bash
417+ linkedin connection accept https://www.linkedin.com/in/vprudnikoff
418+ ```
419+
420+ #### ` connection ignore `
421+
422+ Ignore an incoming connection request.
423+
424+ ``` bash
425+ linkedin connection ignore < url>
426+ ```
427+
428+ | Arg | Required | Description |
429+ | -----| ----------| -------------|
430+ | ` url ` | yes | LinkedIn profile URL |
431+
432+ ``` bash
433+ linkedin connection ignore https://www.linkedin.com/in/vprudnikoff
434+ ```
435+
392436#### ` connection remove `
393437
394438Remove an existing connection.
0 commit comments