/
MI
microsandbox
/
Microsandbox API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 13h ago
Details
Filter operations
api-keys
3
audit-log
4
auth
8
billing
18
health
2
invites
5
post
POST /v1/invites/:token/accept — accept an invite and join the organization.
post
POST /v1/invites/:token/decline — decline an invite.
get
GET /v1/orgs/:slug/invites — list pending invites for the organization (Admin+).
post
POST /v1/orgs/:slug/invites — invite a user by email (Admin+).
delete
DELETE /v1/orgs/:slug/invites/:invite_id — cancel a pending invite (Admin+).
members
4
oauth
2
oidc
2
oidc-config
3
organizations
6
personal-access-tokens
3
quotas
3
registry-credentials
3
sandboxes
24
users
10
volumes
21
waitlist
1
invites
POST /v1/invites/:token/decline — decline an invite.
post
/v1/invites/{token}/decline
Path parameters
token
string
required
Invite token
Response
Invite declined
MessageResponse
required
Simple message response for operations without a body.
message
string
required
Changes