SpyBara
Go Premium

Documentation 2026-08-13 22:00 UTC to 2026-08-14 01:59 UTC

1 file changed +9 −0. View all changes and history on the product overview
2026
Fri 14 01:59 Thu 13 22:00 Wed 12 02:57 Tue 11 19:59 Mon 10 19:00 Fri 7 00:58 Thu 6 21:58 Wed 5 18:01 Tue 4 22:59 Mon 3 18:01

guides/rbac.md +9 −0

Details

59 59 

60 60 

61 61 

62#### Batch permission implications

63 

64Batch permissions include access required to prepare batch input files, execute requests, and retrieve results. This effective access is separate from the endpoints that can be submitted inside a batch, which are listed in the [Batch API guide](https://developers.openai.com/api/docs/guides/batch#1-prepare-your-batch-file).

65 

66| Batch permission | Additional access granted |

67| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

68| Read (`api.batch.read`) | Files Read (`api.files.read`) for `/v1/files` |

69| Write (`api.batch.write`) | Batch Read<br />List models (`api.model.read` and `model.read`) for `/v1/models`<br />Files Read and Write (`api.files.read` and `api.files.write`) for `/v1/files`<br />Model capabilities Request (`api.model.request` and `model.request`) for `/v1/audio`, `/v1/chat/completions`, `/v1/embeddings`, `/v1/images`, `/v1/moderations`, `/v1/realtime`, and `/v1/responses`<br />Videos Read and Write (`api.videos.read` and `api.videos.write`) for `/v1/videos` |

70 

62## Setting up RBAC71## Setting up RBAC

63 72 

64Allow up to **30 minutes** for role changes and group sync to propagate.73Allow up to **30 minutes** for role changes and group sync to propagate.