It just mean … you create a new API end point in Xano
Call it whatever you want. I called it superAdminsOnly
It will take an input “userID”
You will pass the id of the user as userID
(for example , you want to login as user 45 , you pass 45)
In the endpoint , first step would be to check if the user who is requesting is an admin or not.
AUTH ID should be an admin id
Then if they are an admin , use Generate auth token action in xano to generate access token for the user id which was passed as payload