Skip to content
Product Docs

Add User To Project

PUT/api/v1/organizations/{organization_id}/users/{user_id}/projects

Add a user to a project.

Path ParametersExpand Collapse
organization_id: string
user_id: string
Query ParametersExpand Collapse
project_id: optional string
Cookie ParametersExpand Collapse
session: optional string

Add User To Project

curl https://api.cloud.llamaindex.ai/api/v1/organizations/$ORGANIZATION_ID/users/$USER_ID/projects \
    -X PUT \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
{}
Returns Examples
{}