Groups in OpenAPI spec are missing the Source property

App groups synced from other sources (AD, SCIM) have the source attribute, which is absent from the OpenAPI specification.

Example JSON group object:

{
    "id": "00gxfc73j2qQa9C8Y697",
    "created": "2025-11-13T18:16:55.000Z",
    "lastUpdated": "2025-11-13T18:40:40.000Z",
    "lastMembershipUpdated": "2025-11-13T18:16:55.000Z",
    "objectClass": [
        "okta:user_group"
    ],
    "type": "APP_GROUP",
    "profile": {
        "name": "synthetic_group",
        "description": null
    },
    "source": {
        "id": "0oaxfbsrccSXeiKWB697"
    },

Could you please add it to the spec and generated SDKs?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.