/
GE
generaltask
/
General Task API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4m ago · Updated 1mo ago
Details
Filter operations
auth
6
test
1
post
Creates a test user for use in local testing
users
1
utils
2
test
Creates a test user for use in local testing
Only works in the dev environment (will not work in prod)
post
/create_test_user/
Request body
ApiCreateTestUserParams
required
email
string
required
name
string
required
Response
auth token
string
required
Changes