Skip to content

[Cross-SDK Sync] Add email to updateUser options#451

Closed
nicknisi wants to merge 1 commit intomainfrom
cross-sdk-sync-1273
Closed

[Cross-SDK Sync] Add email to updateUser options#451
nicknisi wants to merge 1 commit intomainfrom
cross-sdk-sync-1273

Conversation

@nicknisi
Copy link
Member

Automated Cross-SDK Sync

This PR was automatically translated from node PR #1273.

Original Description

Description

Adds email to the userManagement.updateUser.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

Translation Notes

src/user-management/interfaces/update-user-options.interface.ts

  • Applied structured parameter_addition, parameter_addition changes

src/user-management/serializers/update-user-options.serializer.ts

  • Applied structured field_addition, field_addition changes

@nicknisi nicknisi requested a review from a team as a code owner May 15, 2025 17:48
@nicknisi nicknisi requested a review from ericroberts May 15, 2025 17:48
"""Representation of a WorkOS User."""
options: Optional[str] = field(default=None)
userId: Optional[str] = field(default=None)
userId: Optional[str] = field(default=None)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did we mean to leave a duplicate field?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack, I meant to close this. It's an example of an automated PR generated from another as a AI hacking project from the onsite.

@nicknisi nicknisi closed this May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants