Channel invite
Invite a user to a channel and accept or decline from the invitee inbox.
- Authenticate as a channel actor with invite permission
- Resolve invitee identity (ids from your directory /
GET /v0/users/searchas applicable) POST /v0/channels/{channelId}/inviteswith{ users: [...] }- Invitee:
GET /v0/channels/invites/pending - Invitee:
POST /v0/channels/invites/respondwithACCEPTorDECLINE - Optional:
GET /v0/channels/{channelId}/members— confirm membership - Optional: cancel outstanding invite with
DELETE /v0/channels/{channelId}/invites/{inviteId}