Skip to main content
Answer

Export users list with via api

  • March 2, 2025
  • 3 replies
  • 49 views

Forum|alt.badge.img

Hello ,

i want to export users list with with api token (powershell script)

how can i create api token with permission to export users list 

 

help please :)

Best answer by Jeremy Lakey

Hi ​@nirm have you tried the AcountRead Key Grant? Will show basic info about users on your account.

See docs here - https://lucid.readme.io/reference/api-key-grants

There is a search endpoint you could use the Account Read Key, if you have the emails available already.

Comments

Eric Padron
Forum|alt.badge.img+10

Hi ​@nirm have you tried the AcountRead Key Grant? Will show basic info about users on your account.

See docs here - https://lucid.readme.io/reference/api-key-grants


Forum|alt.badge.img+2
  • Lucid product team
  • March 3, 2025

Hello Nirm,

To access the list user endpoint, you need to create an account token. (So Key grants and user Oauth2 tokens will not work)

Link about account tokens

Using Oauth 2 to get tokens (Follow the other tabs on the left menu for the complete flow)

List users endpoint

Let me know if you need more help!


Forum|alt.badge.img+2
  • Lucid product team
  • Answer
  • March 3, 2025

Hi ​@nirm have you tried the AcountRead Key Grant? Will show basic info about users on your account.

See docs here - https://lucid.readme.io/reference/api-key-grants

There is a search endpoint you could use the Account Read Key, if you have the emails available already.