Skip to main content

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 :)

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


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!


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.


Reply