How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

University of Amsterdam team management API

The team management API from University of Amsterdam — 22 operation(s) for team management.

University of Amsterdam team management API is one of 122 APIs that University of Amsterdam publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Team Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 23 operations across 22 paths, and defines 47 schemas. It is described by OpenAPI 3.2.0, at version 1.95.0.

Requests are made against a single base URL, https://llmproxy.uva.nl.

23 operations 22 paths 47 schemas 7 GET1 PATCH15 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.95.0
Base URL
https://llmproxy.uva.nl
Authentication
API Key
Resource Areas
1

Authentication & Security 1

University of Amsterdam team management API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-litellm-api-key (APIKeyHeader).

  • APIKeyHeader — Bearer token

Paths & Operations 23

Across 22 paths, the API surfaces 23 operations — 7 GET, 1 PATCH, 15 POST. Each is listed below with its method, path, parameters, and response codes.

team management 23
POST
/team/new
New Team
new_team_team_new_post 1 param body → 200422
POST
/team/update
Update Team
update_team_team_update_post 1 param body → 200422
PATCH
/team/{team_id}
Patch Team
patch_team_team__team_id__patch 2 params body → 200422
POST
/team/member_add
Team Member Add
team_member_add_team_member_add_post body → 200422
POST
/team/member_delete
Team Member Delete
team_member_delete_team_member_delete_post body → 200422
POST
/team/member_update
Team Member Update
team_member_update_team_member_update_post body → 200422
POST
/team/bulk_member_add
Bulk Team Member Add
bulk_team_member_add_team_bulk_member_add_post body → 200422
POST
/team/delete
Delete Team
delete_team_team_delete_post 1 param body → 200422
GET
/team/info
Team Info
team_info_team_info_get 2 params → 200422
GET
/team/{team_id}/members/me
Team Member Me
team_member_me_team__team_id__members_me_get 1 param → 200422
POST
/team/block
Block Team
block_team_team_block_post body → 200422
POST
/team/unblock
Unblock Team
unblock_team_team_unblock_post body → 200422
GET
/v2/team/list
List Team V2
list_team_v2_v2_team_list_get 10 params → 200422
GET
/team/list
List Team
list_team_team_list_get 2 params → 200422
POST
/team/model/add
Team Model Add
team_model_add_team_model_add_post body → 200422
POST
/team/model/delete
Team Model Delete
team_model_delete_team_model_delete_post body → 200422
GET
/team/permissions_list
Team Member Permissions
team_member_permissions_team_permissions_list_get 1 param → 200422
POST
/team/permissions_update
Update Team Member Permissions
update_team_member_permissions_team_permissions_update_post body → 200422
POST
/team/permissions_bulk_update
Bulk Update Team Member Permissions
bulk_update_team_member_permissions_team_permissions_bulk_update_post body → 200422
GET
/team/daily/activity
Get Team Daily Activity
get_team_daily_activity_team_daily_activity_get 8 params → 200422
POST
/team/{team_id}/callback
Add Team Callbacks
add_team_callbacks_team__team_id__callback_post 2 params body → 200422
GET
/team/{team_id}/callback
Get Team Callbacks
get_team_callbacks_team__team_id__callback_get 1 param → 200422
POST
/team/{team_id}/disable_logging
Disable Team Logging
disable_team_logging_team__team_id__disable_logging_post 2 params → 200422

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are NewTeamRequest (41 properties), TeamListItem (37 properties), LiteLLM_DeletedTeamTable (37 properties), UpdateTeamRequest (35 properties). Each schema is shown below with its type and property counts.

LiteLLM_BudgetTable
object
Represents user-controllable params for a LiteLLMBudgetTable record. Budget-write paths use modelfields.keys() on this class as an allowlist for user input. Ke…
9 properties
DeleteTeamRequest
object
1 property 1 required
TeamAddMemberResponse
object
34 properties 3 required
TeamMemberAddResult
object
Result of a single team member add operation
6 properties 1 required
AllowedVectorStoreIndexItem
object
2 properties 2 required
DailySpendMetadata
object
15 properties
LiteLLM_DeletedTeamTable
object
Audit record for deleted teams; mirrors the team plus deletion metadata.
37 properties 1 required
GetTeamMemberPermissionsResponse
object
Response to get the team member permissions for a team
3 properties 2 required
TeamMemberUpdateRequest
object
9 properties 1 required
NewTeamRequest
object
41 properties
UpdateTeamRequest
object
UpdateTeamRequest, used by /team/update when you need to update a team teamid: str teamalias: Optional[str] = None organizationid: Optional[str] = None metadat…
35 properties 1 required
LiteLLM_BudgetTableFull
object
LiteLLMBudgetTable + server-managed fields returned on API responses.
11 properties 1 required
AddTeamCallback
object
3 properties 2 required
DailySpendData
object
3 properties 2 required
MetricWithMetadata
object
3 properties 1 required
BlockTeamRequest
object
1 property 1 required
TeamListItem
object
A team item in the paginated list response, enriched with computed fields.
37 properties 1 required
KeyManagementRoutes
string
Enum for key management routes
TeamMemberUpdateResponse
object
8 properties 2 required
BreakdownMetrics
object
Breakdown of spend by different dimensions
7 properties
BulkTeamMemberAddRequest
object
Request for bulk team member addition
4 properties 1 required
TeamModelDeleteRequest
object
Request to delete models from a team
2 properties 2 required
KeyMetadata
object
Metadata for a key
2 properties
TeamMemberInfoResponse
object
Response for GET /team/{teamid}/members/me — caller's own membership row.
9 properties 2 required
SpendMetrics
object
12 properties
LiteLLM_OrganizationMembershipTable
object
Tracks which organizations a user belongs to and their spend within it.
10 properties 4 required
TeamMemberAddRequest
object
Request body for adding members to a team. Example: json { "teamid": "45e3e396-ee08-4a61-a88e-16b3ce7e0849", "member": { "role": "user", "userid": "user123" },…
5 properties 2 required
BulkUpdateTeamMemberPermissionsRequest
object
Request to bulk-update team member permissions across teams.
3 properties 1 required
TeamMemberDeleteRequest
object
3 properties 1 required
ValidationError
object
5 properties 3 required
LiteLLM_ObjectPermissionTable
object
Represents a LiteLLMObjectPermissionTable record
12 properties 1 required
Member
object
3 properties 1 required
TeamListResponse
object
Response to get the list of teams
5 properties 5 required
LiteLLM_UserTable
object
26 properties 1 required
BulkUpdateTeamMemberPermissionsResponse
object
Response for bulk team member permissions update.
3 properties 2 required
HTTPValidationError
object
1 property
BulkTeamMemberAddResponse
object
Response for bulk team member add operations
6 properties 5 required
LiteLLM_ObjectPermissionBase
object
11 properties
SpendAnalyticsPaginatedResponse
object
2 properties 1 required
BudgetLimitEntry
object
A single budget window with its own limit and independent reset schedule.
3 properties 2 required
UpdateTeamMemberPermissionsRequest
object
Request to update the team member permissions for a team
2 properties 2 required
KeyMetricWithMetadata
object
Base class for metrics with additional metadata
2 properties 1 required
LiteLLM_ModelTable
object
5 properties 2 required
TeamModelAddRequest
object
Request to add models to a team
2 properties 2 required
LiteLLM_TeamTable
object
32 properties 1 required
PatchTeamRequest
object
Body of PATCH /team/{teamid}. Identical to UpdateTeamRequest except teamid is optional, because PATCH takes it from the path. A teamid in the body is still acc…
35 properties
LiteLLM_TeamMembership
object
6 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

university-of-amsterdam-team-management-api-openapi.yml Raw ↑

Other APIs University of Amsterdam publishes across the network.

UvA Identity Provider (SAML 2.0 / SURFconext)
DataNose API
UvA Library Linked Open Data (TriplyDB tenancy)
UvA-DARE OAI-PMH and Pure Web Service (Elsevier Pure tenancy)
UvA Archives Collection Descriptions OAI-PMH (ArchivesSpace tenancy)
UvA Central Catalogue OAI-PMH (Ex Libris Alma tenancy)
UvA/HvA Research Data Repository (Figshare tenancy)
UvA Timetable API (MyTimetable tenancy)
University of Amsterdam A2a API
University of Amsterdam A2a Registration API
University of Amsterdam access group management API
University of Amsterdam Adaptive Router API
Where this information came from

This is an independent, third-party profile of University of Amsterdam team management API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.