provider Projects POST /organization/projects/{project_id}/users
@utdk/openai /organization/projects/{project_id}/users
Adds a user to the project. Users must already be members of the organization to be added to a project.
project_id path required
The ID of the project.
string

Try it

Authentication
Configure credentials for OpenAI API
createProjectUser
POST/organization/projects/{project_id}/users

Parameters

required

The ID of the project.

Input

required

The ID of the user.

required

`owner` or `member`

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.createProjectUser()