/
HY
hydraide
/
HydrAIDE multi-tenant-saas
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5m ago · Updated 2mo ago
Details
Filter operations
get
List users for the tenant
post
Create a user inside the tenant
get
Read a user by id
delete
Delete a user
patch
Patch user fields atomically
post
Claim the user (TTL-bounded business lock)
delete
Destroy the entire tenant Swamp (file removed from disk)
Patch user fields atomically
patch
/tenants/{tenant}/users/{id}
Request body
PatchUserRequest
required
email
string
email
name
string
isActive
boolean
Response
OK
User
required
id
string
uuid
required
email
string
email
required
name
string
required
isActive
boolean
required
createdAt
string
date-time
required
Changes
No recorded changes to this endpoint across all 1 revision of this API.