/
IR
iris-networks
/
My awesome API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 21m ago · Updated 2mo ago
Details
Filter operations
agent
13
integration
13
organization
13
organizationRole
13
project
13
test
13
testRun
13
testShare
13
testStep
13
user
13
post
/api/user/create
post
/api/user/createMany
get
/api/user/findUnique
get
/api/user/findFirst
get
/api/user/findMany
patch
/api/user/update
patch
/api/user/updateMany
post
/api/user/upsert
delete
/api/user/delete
delete
/api/user/deleteMany
get
/api/user/count
get
/api/user/aggregate
get
/api/user/groupBy
user
Upsert a User
post
/api/user/upsert
Request body
UserUpsertArgs
required
select
UserSelect
include
UserInclude
where
UserWhereUniqueInput
required
create
UserCreateInput
required
update
UserUpdateInput
required
meta
Meta
Meta information about the request or response
Response
Successful operation
object
required
data
User
required
meta
Meta
Meta information about the request or response
Changes