Hi
I defined APIS for user signup and user update. I also defined privacy settings and API authentication. I am able to create user accounts through signup api. Looks like the signup API runs under the context of admin role.
When I call the update api, I am seeing in the logs that it is also trying to run in the admin context. Is there a way to run the update api in the users context? If yes how do I pass users context. I am getting the access token when I do a signup, so should I be passing this token as one of the parameters for update api ?
Thanks