/
ST
structifyai
/
Structify
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v47
latest
OpenAPI 3.0.3
Discuss directly with founders for license.
raw.githubusercontent.com
2026-01-30
251
599
686.2 KB
admin
Create a user, returning their session token.
post
/admin/users/create
Request body
UserParams
required
credit_count
integer
nullable
email
string
nullable
feature_flags
FeatureFlag[]
full_name
string
nullable
is_admin
boolean
permissions
Permission[]
test
boolean
Response
Created
TokenResponse
required
permissions
Permission[]
required
refresh_token
string
required
session_expires_at
string
required
session_token
string
required