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
1
Make the API request
Send a
GET request to the List all team members API endpoint, including your API key in the request header.2
Parse the response
The response will contain a
team_members array with team member objects, each containing an id field.Example:3
Extract the user ID
Here the user ID for
John Doe is: 5a2de667-243b-4da3-b090-b698a03d98da.You can access the user ID in your code from the response using: