feat(users): custom role at profile read (#6875)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
Riddhiagrawal001
2025-02-05 19:02:38 +05:30
committed by GitHub
parent 6f90b93cee
commit 899c207d58
19 changed files with 491 additions and 283 deletions

View File

@ -637,6 +637,7 @@ async fn handle_invitation(
&request.role_id,
&user_from_token.merchant_id,
&user_from_token.org_id,
&user_from_token.profile_id,
user_from_token
.tenant_id
.as_ref()