HTTP verbs
The admin API follows standard HTTP semantics.
The following table describes the HTTP verbs used in this API and how they apply to common admin operations.
| Verb | What it does | Typical use in this API |
|---|---|---|
| GET | Retrieve data (read-only). | Get a user, role, organization, or configuration setting. |
| POST | Create or perform an action. | Create a user, create an organization, assign a role. |
| PUT | Update or replace a resource. | Update user details, modify tenant settings, change role mapping. |
| DELETE | Remove a resource. | Delete a user, remove a role assignment, delete an organization. |
Updated 28 days ago