What is a Project User ID?
A project user ID is a unique identifier assigned to each user’s association with a specific project. It’s required for making API requests that interact with specific project users, such as updating user roles or hourly rates within a project.Step-by-Step Instructions
Make the API request
Send a
GET request to the List project users API endpoint, including your API key in the request header.Parse the response
The response will contain a
project_users array with project user objects, each containing an id field.Example: