Welcome to the Kinde community.

P
K
A
A
A
Members
Jacob Fredsøe
J
Jacob Fredsøe
Offline, last seen 2 weeks ago
Joined June 5, 2024

Would it be possible for the endpoint which returns user names, such as first_name and last_name also consistently returned full_name?
E.g. these do not return full_name

https://{your_subdomain}.kinde.com/oauth2/user_profile
https://{your_subdomain}.kinde.com/api/v1/subscribers/{subscriber_id}
https://{your_subdomain}.kinde.com/api/v1/users
https://{your_subdomain}.kinde.com/api/v1/user?id=string
But these do:
https://{your_subdomain}.kinde.com/api/v1/organizations/{org_code}/users
https://{your_subdomain}.kinde.com/api/v1/subscribers

1 comment
P

Hey, it looks like there is not any way for me to update the users profile picture via PATCH. Is there anything built into Kinde, which allows the users can update their profile picture?

2 comments
P
J

I am using PHP as my backend, and react as frontend. How do I authenticate the user in my PHP backend, by the token I receive from the frontend (by getToken())?

5 comments
K
J