openai_update_service_account
Update a service account's name or role (owner/member) within an OpenAI project by specifying project and service account IDs.
Instructions
Update a service account's name and/or role.
Args:
project_id: The project's ID (see openai_list_projects).
service_account_id: The service account's ID (see openai_list_service_accounts).
name: New name for the service account.
role: New project role — `owner` or `member`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| role | No | ||
| project_id | Yes | ||
| service_account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |