Search user by search_term issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024
12:45 AM
Whenever I turned on the Enforce Scopes of a Dev key, I'm unable to use the function to search user by search_term. I even enabled all scopes and still get error "Insufficient scopes on access token"
/api/v1/accounts/self/users?search_term=:search_key&include[]=email
Am I missing something here?
Thanks.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024
10:54 AM
Hi @lang1,
You don't appear to have the scope for the exact API call you're performing enabled. You need "
url:GET|/api/v1/accounts/:account_id/users" to be enabled under the users area.
Hope that fixes up the issue!
-Chris