feat: add external_id support for organization create/update operations#90
Merged
gjtorikian merged 1 commit intoworkos:mainfrom Feb 11, 2026
Merged
Conversation
…tion Add `external_id` parameter support to create and update operations: - `WorkOS.Organizations.create_organization/1,2` — accepts `:external_id` in opts - `WorkOS.Organizations.update_organization/2,3` — accepts `:external_id` in opts This is a follow-up to workos#83 which added `external_id` to the structs and added lookup-by-external-id endpoints. With this PR, the SDK fully supports the `external_id` field across all CRUD operations for Organizations.dd
Greptile OverviewGreptile SummaryThis PR completes the
Confidence Score: 5/5
Important Files Changed
|
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.
Add
external_idparameter support to create and update operations:WorkOS.Organizations.create_organization/1,2— accepts:external_idin optsWorkOS.Organizations.update_organization/2,3— accepts:external_idin optsThis is a follow-up to #83 which added
external_idto the structs and added lookup-by-external-id endpoints. With this PR, the SDK fully supports theexternal_idfield across all CRUD operations for Organizations.dd