Skip to main content

project_users

Overview

Nameproject_users
TypeResource
Idopenai.projects.project_users

Fields

NameDatatypeDescription
idstringThe identifier, which can be referenced in API endpoints
namestringThe name of the user
added_atintegerThe Unix timestamp (in seconds) of when the project was added.
emailstringThe email address of the user
objectstringThe object type, which is always organization.project.user
rolestringowner or member

Methods

NameAccessible byRequired Params
list_project_usersSELECTproject_id
retrieve_project_userSELECTproject_id, user_id
create_project_userINSERTproject_id, data__role, data__user_id
delete_project_userDELETEproject_id, user_id
modify_project_userUPDATEproject_id, user_id, data__role