project_users
Overview
Name | project_users |
Type | Resource |
Id | openai.projects.project_users |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The identifier, which can be referenced in API endpoints |
name | string | The name of the user |
added_at | integer | The Unix timestamp (in seconds) of when the project was added. |
email | string | The email address of the user |
object | string | The object type, which is always organization.project.user |
role | string | owner or member |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_project_users | SELECT | project_id |
retrieve_project_user | SELECT | project_id, user_id |
create_project_user | INSERT | project_id, data__role, data__user_id |
delete_project_user | DELETE | project_id, user_id |
modify_project_user | UPDATE | project_id, user_id, data__role |