DarrenBaldwin07 / clerk-rs

An unofficial Rust SDK for Clerk.dev
https://crates.io/crates/clerk-rs
MIT License
58 stars 23 forks source link

OrganizationMembership could include metadata fields #25

Closed sjmiller609 closed 1 month ago

sjmiller609 commented 5 months ago

https://docs.rs/clerk-rs/latest/clerk_rs/models/organization_membership/struct.OrganizationMembership.html

https://clerk.com/docs/reference/backend-api/tag/Organization-Memberships#operation/ListOrganizationMemberships

public_metadata | objectMetadata saved on the organization membership, accessible from both Frontend and Backend APIs private_metadata | objectMetadata saved on the organization membership, accessible only from the Backend API

DarrenBaldwin07 commented 1 month ago

Look like this already exists so closing https://github.com/DarrenBaldwin07/clerk-rs/blob/fe3491e823a4ec785c1df2a43b23cf2cb2fefb38/src/models/organization_membership.rs#L26-L29