
Stephan Steiner
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Activity overview
Latest activity by Stephan Steiner-
Stephan Steiner commented,
In the meantime, I got a response from support regarding the failure in my first query. It seems that for query.json, you cannot use a + in the number. So if your number is +41825551234, you need t...
-
Stephan Steiner created a post,
sideloading with the search api
Hi Is sideloading supported using the search api?
-
Stephan Steiner commented,
Why do you use + instead of a space between type:User and phone: or type:User and the phone number?
-
Stephan Steiner commented,
And is there any way to trigger the rate limiting other than flooding the system? I'd like to ensure my code can handle it, but without actually messing with the productive system (there's some oth...
-
Stephan Steiner created a post,
rate limiting - what about impersonation?
AnsweredI read that starting this month, there's a 700 req/user/5 minute limit in addition to the rate limit of your subscription plan. How does that apply if impersonation is used? If a request is made wi...
-
Stephan Steiner created a post,
Searching secondary fields, e.g. a secondary number
Hi I thought I had seen some notes about this but I seem to be unable to find them again. It is possible to add multiple means of contact to a user.. e.g. emails, phone numbers, etc. But.. where do...
-
Stephan Steiner created a post,
user search: You are missing the following required scopes: read
The message in the title is what I get when I try to authenticate with my token rather than using basic auth. Interestingly enough, extracting users using the user using the users path (e.g. users/...
-
Stephan Steiner created a post,
searching first and last name in users
How would I go about searching the name field if I want to search by partial firstname and partial lastname? Imagine the somebody is called Hans Peter Müller Meier where the first two names are fir...
-
Stephan Steiner created a post,
search for phone: returns no results
Hi When I search using this syntax /api/v2/search.json?query=type:User phone:+41825551234 I get no results. If I leave out the phone tag /api/v2/search.json?query=type:User +41825551234 I do get t...
-
Stephan Steiner commented,
Well, I guess if you want to call an int64 an integer ;) The shorthand in C# for that type is long, and I that applies to Java, too. I swapped all my ints for longs in my object model and all was w...