- API Calls
- Okta Identity Engine (OIE)
The Okta Administrators group is created by default in OIE. This group is fully managed by Okta and cannot support any modifications, including via API.
If running GET api/v1/groups/{groupID} in Postman, the following parameter in the response will be received:
"type": "BUILT_IN",
This type of group can only support GET calls in the format of:
{{url}}/api/v1/groups/00g7************
Any other type of operation against the Okta Admin Default group will result in 400 errors. PUT, POST, and DELETE operations will not work. Assigning apps to the group also will not work since this group does not support App Assignments.
