Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, Is There A Command I Can Use To Generate A Report That Can

Hi, is there a command i can use to generate a report that can
Give a list of user accounts created Their activity levels

  
  
Posted 2 years ago
Votes Newest

Answers 12


As for #2, that's only partially possibly, I think - you can get the account creation time, and perhaps do some aggregations on user-related objects to infer activity

  
  
Posted 2 years ago

In the paid version you have an event-log that tracks and indexes API activity so you can basically get whatever you need

  
  
Posted 2 years ago

Hi SubstantialElk6 , are you referring to the self-hosted open-spurce version?

  
  
Posted 2 years ago

Can i dig into the mongodb or ES to pull these data?

  
  
Posted 2 years ago

Yes I am.

  
  
Posted 2 years ago

Any idea where i can find the relevant API calls for this?

For #1, you can use the users.get_all endpoint - see what you get there and let me know if you need more 🙂

  
  
Posted 2 years ago

Hi, any idea if i can acheive this? I just need a list of usernames.

  
  
Posted 2 years ago

Hi SubstantialElk6 , sorry, missed this thread 😞

  
  
Posted 2 years ago

Any idea where i can find the relevant API calls for this?

  
  
Posted 2 years ago

ok thanks! will try it out.

  
  
Posted 2 years ago

No issues. I know its hard to track open threads with Slack. I wish there's a plugin for this too. 🙂

  
  
Posted 2 years ago

If this is the self-hosted version, you can use both the REST API and/or the mongodb to get #1

  
  
Posted 2 years ago
572 Views
12 Answers
2 years ago
one year ago
Tags