Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The project member uuid
The type of project member. Can be either "administrator" (Project administrator) or "collaborator" (Project collaborator). Defaults to "collaborator".
Whether the member is still active on the project.
Whether the member is billable on this project. Only used if the project is not using roles.
The member's billing rate for the project. Only used if the project is not using roles and the member is billable.
Whether to override this project member's cost rate at the project member level rather than using the workspace or member default.
The ISO 4217 currency code for the overridden cost rate. This will only get used if overrideCostRate is true.
The overridden cost per hour. This will only get used if overrideCostRate is true.
The overridden overhead cost per hour. This will only get used if overrideCostRate is true.
The number of billable hours to budget. This will only get used if not using roles and useBudget is true and budgetMode is "detailed" on the project.
The number of non-billable hours to budget. This will only get used if not using roles and useBudget is true and budgetMode is "detailed" on the project.
The number of billable hours on the monthly budget. This will only get used if not using roles and useMonthlyBudget is true and monthlyBudgetMode is "detailed" on the project.
The number of non-billable hours on the monthly budget. This will only get used if not using roles and useMonthlyBudget is true and monthlyBudgetMode is "detailed" on the project.
A list of project role IDs (uuid) assigned to the member. Only used if the project is using roles.
200
The unique identifier for the object.
The type of project member. Can be either "administrator" (Project administrator) or "collaborator" (Project collaborator). Defaults to "collaborator".
Whether the member is still active on the project.
Whether the member is billable on this project. Only used if the project is not using roles; otherwise billability is assigned at the role level and this field is null.
The member's billing rate for the project. Only used if the project is not using roles and the member is billable; otherwise null.
Whether this project member's cost rate is overridden at the project member level rather than using the workspace or member default.
The ISO 4217 currency code for the overridden cost rate. Only populated when overrideCostRate is true; otherwise null.
The overridden cost per hour for this project member. Only populated when overrideCostRate is true; otherwise null.
The overridden overhead cost per hour for this project member. Only populated when overrideCostRate is true; otherwise null.
The timestamp when the object was created.
The workspace member assigned to this project.
The project this member belongs to.
The project roles assigned to this member. Only populated when the project uses roles; otherwise null.
The member's budget hours for the project. Only populated when the project uses a detailed or aggregated budget and does not use roles; otherwise null.
The member's monthly budget hours for the project. Only populated when the project uses a detailed monthly budget and does not use roles; otherwise null.