IAM
API endpoints for managing accounts, organizations, spaces, and roles.
Accounts
| Method | Endpoint | Description |
|---|---|---|
| POST | /accounts | Create account |
| POST | /accounts/signup | Sign up |
| GET | /accounts | List accounts |
| GET | /accounts/{accountId} | Get account |
| PUT | /accounts/{accountId} | Update account |
| GET | /accounts/me | Get current user |
| POST | /accounts/check-email | Check email exists |
Organizations
| Method | Endpoint | Description |
|---|---|---|
| GET | /organizations | List organizations |
| PUT | /organizations/{organizationId} | Update organization |
Spaces
| Method | Endpoint | Description |
|---|---|---|
| POST | /spaces | Create space |
| GET | /spaces | List spaces |
| GET | /spaces/current | Get current space |
| PUT | /spaces/{spaceId} | Update space |
Roles
| Method | Endpoint | Description |
|---|---|---|
| GET | /roles | List roles |