Skip to content

feat: add org membership APIs, surface error messages, and url-encode GET parameters #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sxlijin
Copy link

@sxlijin sxlijin commented Aug 7, 2025

This is a lot of code, but it's mostly pretty mechanical. Changes are as follows:

  • new files in src/user_management/operations are just support for APIs that workos-rust does not currently have
  • error handling now exposes HTTP error bodies, see src/core changes
  • get_organization_by_external_id and get_user_by_external_id now urlencode their request params (which allows for example embedding / in an external ID correctly)

Disclaimer: this is largely AI-generated, but I've reviewed all of it. There's one or two unnecessary changes but I don't think there's anything that's API-breaking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant