TeamCity REST API Reference
 

Manage Server Authentication Settings

Last modified: 24 May 2023

TeamCity allows users to log in via default username/password credentials and using external authentication sources such as Windows Domain, LDAP, or Git hosting providers. See this documentation article to learn more: Configuring Authentication Settings.

In REST API, send GET and PUT requests to the <TeamCity_server_URL>/app/rest/server/authSettings endpoint to obtain and modify these authentication settings. These requests accept and return ServerAuthSettings payloads.