Okta Aerial
//
Retrieve an org group
OAuth 2.0 scope:
- okta.accounts.read
Retrieves an org group by id
Security
OAuth2(Required scopes: okta.accounts.manageokta.accounts.read)
GET
curl -i -X GET \
'https://aerial-apac.okta.com/{accountId}/api/v1/orgGroups/{groupId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "id": "0cgc1a2b3c4d5e6f7g8h", "accountId": "0227mkkf8ulgt48bkidcd8ekqft", "name": "Production Orgs", "description": "All production orgs for the account" }