DarrenBaldwin07 / clerk-rs

A official community-maintained Clerk SDK for Rust
https://crates.io/crates/clerk-rs
MIT License
76 stars 24 forks source link

deserializing error when using get_user_list function #13

Closed Jayko001 closed 1 year ago

Jayko001 commented 1 year ago

The function get_user_list returns <Vec as seen here. This is the User struct - https://docs.rs/clerk-rs/latest/clerk_rs/models/user/struct.User.html However in clerk backend documentation, this is the response schema. On comparison, i found that the User struct in clerk_rs does not have the following fields

DarrenBaldwin07 commented 1 year ago

Looks like we need to bring our openAPI spec back into sync with Clerk's - adding this to the next release but also open to PRs :)