| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://www.supersaas.com/ | link | — | — | — |
Actions (6)
Users · 6
- Create or update userPOST /api/users/{id}
Create a new user with a client-provided key or update an existing user by key.
documented - Create userPOST /api/users
Create a new user in your SuperSaaS account.
documented - Delete userDELETE /api/users/{id}
Delete a user from the account.
documented - List usersGET /api/users.json
Retrieve all users in the account (paginated with limit/offset).
documented - Read userGET /api/users/{id}.json
Retrieve a specific user by ID or key.
documented - Update userPUT /api/users/{id}.json
Update an existing user's fields.
documented