/
/OpenAPI
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4h ago · Updated 1w ago
Forms12
Organization5
  • getList organization users
  • deleteRemove user from organization
  • getList organization invites
  • postCreate organization invites
  • deleteCancel an organization invite
Webhooks6
  • getRetrieve a list of forms
  • postCreate a new form
  • getRetrieve a form
  • deleteDelete a form
  • patchUpdate a form
  • getRetrieve current user information
  • getRetrieve a list of workspaces
  • postCreate a new workspace
  • getRetrieve a workspace
  • deleteDelete a workspace
  • patchUpdate a workspace
  • getList folders
  • postCreate a new folder
  • deleteDelete a folder
  • patchUpdate a folder
Organization

List organization invites

Returns a list of all invites in your organization.

get/organizations/{organizationId}/invites

Response

A list of organization invites

idstring
organizationIdstring
emailstring
createdAtstring date-time
updatedAtstring date-time

Changes