Skip to main content

Add User To Project

PUT 

/api/v1/organizations/:organization_id/users/:user_id/projects

Add a user to a project.

Request

Path Parameters

    organization_id uuidrequired
    user_id User Idrequired

Query Parameters

    project_id uuidrequired

Cookie Parameters

    session any

Responses

Successful Response

Schema

    any

Loading...