Dear team
I am suppose to use the below mentioned apis to query OKTA and also to send push notification the user device
/api/v1/users?q=user → to find user based on certain filter
/api/v1/users//factors → get the factors associated with a user
/api/v1/users//factors//verify → to send push to the user device
I want to create API token which can access only these apis and nothing else .I dont want to use “organizational Administator API token”.
Thanks and regards
Akshar