Billing Projects
Add a user to a billing project
Add a user to a billing project.
post/api/v1alpha/billing_projects/{billing_project}/users/{user}/add
Path parameters
billing_projectstring required
The ID of the billing project.
userstring required
The username of the user.
Response
Successfully added the user to the billing project.
Example response
{
"success": true
}