<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Unable to List Teams through API
Advanced Server Access
Okta Classic Engine
Okta Identity Engine
Overview

Performing a GET call on the /v1/teams in Okta Advanced Server Access (ASA) API fails with authorization_error, as seen below:
 

{    "type": "authorization_error",    "code": 401,    "message": "Missing capability: teams.list"}


 

Applies To
  • Okta Advanced Server Access (ASA) API

Cause
The behavior is by design, as team names are customer-specific. 
Solution

Administrators can only list their teams' settings or update these using the following command:

"GET/PUT" on /v1/teams/{{asa-team}}/settings

 

Loading
Unable to List Teams through API