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.

VerbWhat it doesTypical use in this API
GETRetrieve data (read-only).Get a user, role, organization, or configuration setting.
POSTCreate or perform an action.Create a user, create an organization, assign a role.
PUTUpdate or replace a resource.Update user details, modify tenant settings, change role mapping.
DELETERemove a resource.Delete a user, remove a role assignment, delete an organization.