Skip to content

Commit

Permalink
Also capture the user's full name from Auth0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Oct 3, 2023
1 parent fe1ac3b commit 5af1606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth0support.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ service Auth0Support {
message Auth0CreateUserRequest {
string user_id = 1;
string email = 2;
string name = 3;
}
message Auth0CreateUserResponse {
string org_id = 1;
Expand Down

0 comments on commit 5af1606

Please sign in to comment.