@azureuser01 If you are trying to control access to the Azure OpenAI Service resource itself, you could leverage the built-in roles for Azure RBAC to control access.
But if your users are expected to use the REST API with their own credentials instead, then you could follow the same steps required for managed identity, except that you would assign the role to a user or security group instead.