Get all users list

Is it possible to get all users list from my figma account?

2 Likes

Currently not possible via API.

You can get a list of users who commented on designs (via comments endpoint) or people who edited some files (via versions endpoint), but even with that, it will give you only a name, ID and URL of their avatar.

1 Like

Hi @HonzaTmn

Is any api now available to get all users list for a figma account ?

2 Likes

@HonzaTmn , Please share if the api to retrieve all users for a figma account (something like a get user list) is available or the plans for the same. Thanks, appreciate it.

1 Like

Hi all - I would love this feature added to the Figma API as well to get a list of all Users, all teams, all projects, all files as well as all shared users on files / projects as well please
Thank you

1 Like

Bumping this up - this would be great to have! Obtaining the work email is super important to connect the user’s Figma to everything else.

Are there any plans to bring this in or any alternatives anyone is aware of?

2 Likes

Yikes… it’s not a good sign that it’s 2 years later with no update.

I’m also interested in API calls to provision + audit users.

2 Likes

getting a list of all users in the team would be great to have in the REST api!

1 Like

Bumping this because an option to get a list of active users and their email addresses seems like a pretty essential option for a /Users API endpoint to have…

If it’s a privacy/permission thing couldn’t/shouldn’t API access be scoped to the level of access that the user associated with the PAT has? Like, an Owner account should be able to see the exact same stuff via API as they would when accessing the Team admin console.

1 Like

It would be great to have this endpoint in the REST API -
https://www.figma.com/api/v2/orgs/{{TEAM_ID}}/org_users?filters=%7B%7D&page_size=25

1 Like

Since it does not look like this has been added yet, I am going to bump this and agree that a way to pull a list of ALL users in an organization would be a great asset. Thanks.