Skip to content
English
  • There are no suggestions because the search field is empty.

Exporting Users via the Tiled Public API

Let’s walk through the new public API endpoints for exporting users on an account — useful for syncing account membership into another system without manual exports.

What's Available

Capability

Details

List all users

Fetch the full list of users on an account. Supports pagination for large accounts.

Fetch a specific user

Target a single user by their ID.

Export as CSV

Both endpoints support returning results as a .csv file instead of JSON.

 

Heads Up: These are account-level endpoints. You’ll need an API key with appropriate account permissions to use them — see Tiled API for authentication details.

 

Pro Tip: Use pagination rather than requesting the full user list in one call on larger accounts — it keeps individual requests fast and avoids timeout issues.

Related Articles

Tiled API — Authentication and general API usage.

Webhooks — Event-driven alternative to polling the API.

Account Settings: User Management — Managing users directly in the UI.