feat: add Organization Role Members, Connection event streams, and Token Vault access grants#762
Merged
Merged
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-ruby-sdk: 1.13.1
fern-api
Bot
force-pushed
the
fern-bot/2026-07-07T09-49-30Z
branch
from
July 14, 2026 04:31
ac6451b to
ca6cb24
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
SDK regeneration from the Auth0 OpenAPI spec via Fern. Adds an organization role-members listing endpoint, connection lifecycle event-stream types, Token Vault privileged-access grants, connection OIDC discovery metadata, and organization third-party client access, renames the connection attribute identifier into per-attribute types, and renames the phone-protection backoff strategy value.
🆕 New endpoints / types:
organizations.roles.memberssub-client withlistonorganizations/{id}/roles/{role_id}/members, backed byListOrganizationRoleMembersResponseContent,RoleMember, andListOrganizationRoleMembersRequestParametersconnection.created,connection.updated, andconnection.deletedcloud-event types for event-stream subscriptions, covering the full connection options schema across strategiesgrants(TokenVaultPrivilegedAccessGrant, carryingconnectionandscopes) ontoken_vault_privileged_accessfor client create/update/responsediscovery_urlandoidc_metadata(ConnectionsOidcMetadata) on connection properties options and update-connection optionsthird_party_client_access(OrganizationThirdPartyClientAccessEnum,block/allow) on organization create/update/responseNotFoundErrorBodyandTooManyRequestsErrorBodyresponse types✏️ Modified endpoints (new properties):
confirmationmember onPartialGroupsEnum, a new customizable screen for the Prompt Partials APIDefaultMethodPhoneNumberIdentifierEnum(password/phone_otp) backingPhoneAttributeIdentifierauth0_managedonNetworkAclMatch, matching requests against an Auth0-curated allowlistorganization_idonUserGrantConnectionAttributeIdentifiertype is removed; theidentifierfield on email, phone, and username attributes is nowEmailAttributeIdentifier,PhoneAttributeIdentifier, andUsernameAttributeIdentifierrespectively. Update any references to the old type namePhoneProviderProtectionBackoffStrategyEnumreplaces thenonemember withdefault. Update any references to the removednonecasestart,limit, andtotalonListRolesOffsetPaginatedResponseContentare now required rather than optionalguardian.factors.sms.get_templatesandjobs.errors.getnow returnnilon a successful response instead of a parsed response object