| page_title | subcategory | description |
|---|---|---|
openai_invites Data Source - terraform-provider-openai |
# List all invites (no filtering arguments supported)
data "openai_invites" "all" {
}
# Output total invites count
output "total_invites" {
value = length(data.openai_invites.all.invites)
}id(String) The ID of this resource.invites(List of Object) List of pending invitations (see below for nested schema)
Read-Only:
created_at(String)email(String)expires_at(String)id(String)projects(List of Object) (see below for nested schema)role(String)status(String)
Read-Only:
id(String)role(String)