workos-ruby icon indicating copy to clipboard operation
workos-ruby copied to clipboard

Official Ruby SDK for interacting with the WorkOS API

Results 9 workos-ruby issues
Sort by recently updated
recently updated
newest added

## Description Add organization membership deactivate and reactivate API methods. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ```...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ruby](https://www.ruby-lang.org) ([source](https://togithub.com/ruby/ruby)) | minor | `3.0.2` -> `3.3.1` | --- ### Configuration 📅...

## Description Make events parameter required for list_events. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ]...

When 400 series errors are encountered, the response body is suppressed from the exception which is thrown. A few fields are pulled out, but it would be helpful to include...

## Description We no longer support "domain" as a query param moving forward. ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets...

Hi there! We are testing out not-so-happy paths in our authentication flow, and found an issue with the password auth flow: https://workos.com/docs/reference/user-management/authentication/password When the user's email is not verified, we...

For our end users, we want to know the number of users in a directory group before we assign them to teams in our app. Currently, we are having to...