Loading...
Skip to main content

Return details on a pending team invitation.

Return details on a pending team invitation.

Path Parameters
    inviteCode string required

    The invite code provided to the user.

Responses

OK


Schema
    invitation object

    Represents an invitation to a team. This has limited information since it is used only for sending and verifying details of an invitation.

    inviteCode string

    The invitation code for this invite.

    sender string

    The sender of the invitation.

    email string

    The email address that the invitation was sent to.

    teamName string

    The human-readable name of the team that the invitation is for.

    role object

    The team role that this invitation represents.

    isAdmin boolean

    True if the user is an admin for the team.

    created date-time

    When this invitation was sent.

Loading...