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"}
-
Okta Advanced Server Access (ASA) API
Administrators can only list their teams' settings or update these using the following command:
"GET/PUT" on /v1/teams/{{asa-team}}/settings
