/
TA
tally
/
OpenAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 9h ago · Updated 1w ago
Details
Filter operations
Forms
12
Organization
5
get
List organization users
delete
Remove user from organization
get
List organization invites
post
Create organization invites
delete
Cancel an organization invite
Webhooks
6
get
Retrieve a list of forms
post
Create a new form
get
Retrieve a form
delete
Delete a form
patch
Update a form
get
Retrieve current user information
get
Retrieve a list of workspaces
post
Create a new workspace
get
Retrieve a workspace
delete
Delete a workspace
patch
Update a workspace
get
List folders
post
Create a new folder
delete
Delete a folder
patch
Update a folder
Organization
List organization users
Returns a list of all users in your organization.
get
/organizations/{organizationId}/users
Response
A list of organization users
User[]
required
id
string
firstName
string
lastName
string
fullName
string
email
string
avatarUrl
string
uri
nullable
organizationId
string
isDeleted
boolean
hasTwoFactorEnabled
boolean
createdAt
string
date-time
updatedAt
string
date-time
subscriptionPlan
'FREE'
|
'PRO'
|
'BUSINESS'
Changes