Endpoints
Admin
Operations around admin management.
These endpoints are only available for self-hosted instances for admin users and not Umami Cloud.
Endpoints
GET /api/admin/users#
Returns all users.
Parameters
| Parameter | Type | Description |
|---|---|---|
search | string | (optional) Search text. |
page | number | (optional, default 1) Determines page. |
pageSize | number | (optional, default 20) Determines how many results to return. |
Sample response
GET /api/admin/websites#
Returns all websites.
Parameters
| Parameter | Type | Description |
|---|---|---|
search | string | (optional) Search text. |
page | number | (optional, default 1) Determines page. |
pageSize | number | (optional, default 20) Determines how many results to return. |
Sample response
GET /api/admin/teams#
Returns all teams.
Parameters
| Parameter | Type | Description |
|---|---|---|
search | string | (optional) Search text. |
page | number | (optional, default 1) Determines page. |
pageSize | number | (optional, default 20) Determines how many results to return. |
Sample response