Skip to main content

Invite user to group

Invite user to group.

Path Parameters
    groupId string required

    The id of the group.

Request Body
    userId integer

    The ID of the user being invited to group.

    email string

    The email of the user being invited to group.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    message

    Possible values: [User has been invited successfully.]

Loading...