Skip to main content

Room/Page invite user api

The "room invite" API allows a user to invite another user to join a group/page. The invited user will receive a notification and can choose to accept or decline the invitation.

Path Parameters
    group_id string required

    room/page id

Header Parameters
    access-token string required

    access token for room admin user

    client string required

    client token

    expiry string required

    timestamp of token expiry

    Example: 1531315250
    token-type string required

    access token type

    Example: Bearer
    uid string required

    user uid

    Example: user@quranreflect.com
Request Body
    user_id integer

    Invite existing user using id

    email string

    Or you can also invite user using email

Responses

OK

Response Headers

    Schema
      success boolean

      value will be true if invitation was sent, false othewise

      message string
    Loading...