Skip to main content

List all pending invitations

List all pending invitations.

Path Parameters
  • organization_id integer required

    ID of the workspace

Responses

All pending invitations


Schema array
  • id integer

    The ID of the invitation

  • role string

    Possible values: [USER, VIEWER, ANNOTATOR, ADMIN, MANAGER]

    User's role

  • email email

    Invited email

  • invited_by_id integer

    ID of the user who sent the invitation

  • organization_id integer

    ID of the organization

  • created date-time

    invitation date

  • invitation_link string

    The invitation link. This link contains an invitation token

Loading...