signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Group Invite

Open Lazybone opened this issue 1 year ago • 2 comments

The problem

When I try to add a phone number that I manage via signal-cli-rest-api to a group from an external device, the message "XXX cannot be automatically added to this group by you.

The invitation for the group does not appear under "/v1/groups/+xxxx". What could be the reason for this?

The phone number has a profile username and avatar

Are you using the latest released version?

  • [x] Yes

Have you read the troubleshooting page?

  • [x] Yes

What type of installation are you running?

signal-cli-rest-api Docker Container

In which mode are you using the docker container?

JSON-RPC Mode

What's the architecture of your host system?

other

Additional information

No response

Lazybone avatar Mar 19 '24 18:03 Lazybone

It should work like this:

  • Create a group and add the number that you use for the Signal REST API as a group member
  • the /groups endpoint should show that there is a pending invitation
  • join the group with the /join endpoint

bbernhard avatar Mar 20 '24 16:03 bbernhard