What is a User ID?
A user ID is a unique identifier assigned to each team member in your workspace. Itβs required for making API requests that interact with specific users, such as adding users to projects or managing user permissions.Step-by-Step Instructions
Make the API request
Send a
GET request to the List all team members API endpoint, including your API key in the request header.Parse the response
The response will contain a
team_members array with team member objects, each containing an id field.Example: