[][src]Module ruma_client_api::r0::membership::invite_user

POST /_matrix/client/r0/rooms/{roomId}/invite

This endpoint has two forms: one to invite a user by their Matrix identifier, and one to invite a user by their third party identifier.

Structs

Request

Data for a request to the invite_user API endpoint.

Response

Data in the response from the invite_user API endpoint.

Enums

InvitationRecipient

Distinguishes between invititations by Matrix or third party identifiers.