Skip to main content

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

1

Make the API request

Send a GET request to the List project users API endpoint, including your API key in the request header.
2

Parse the response

The response will contain a project_users array with project user objects, each containing an id field.Example:
3

Extract the project user ID

Here the project user ID for John Doe is: 128c1dfc-b29f-4fda-9a05-8a90e197b81b.You can access the project user ID in your code from the response using: