Skip to content
Start here

Members

resource cloudflare_organization_member

required Expand Collapse
organization_id: String
member: Attributes
user: Attributes
email: String
status?: String
computed Expand Collapse
id: String

Organization Member ID

create_time: Time
status: String
update_time: Time
meta: Map[JSON]
user: Attributes
id: String
email: String
name: String
two_factor_authentication_enabled: Bool

data cloudflare_organization_member

required Expand Collapse
organization_id: String
optional Expand Collapse
member_id?: String

Organization Member ID

filter?: Attributes
page_size?: Int64

The amount of items to return. Defaults to 10.

page_token?: String

An opaque token returned from the last list response that when provided will retrieve the next page.

Parameters used to filter the retrieved list must remain in subsequent requests with a page token.

status?: List[String]

Filter the list of memberships by membership status.

user?: Attributes
email?: String

Filter the list of memberships for a specific email that ends with a substring.

computed Expand Collapse
id: String

Organization Member ID

create_time: Time
status: String
update_time: Time
meta: Map[JSON]
user: Attributes
id: String
email: String
name: String
two_factor_authentication_enabled: Bool

data cloudflare_organization_members

required Expand Collapse
organization_id: String
optional Expand Collapse
page_size?: Int64

The amount of items to return. Defaults to 10.

page_token?: String

An opaque token returned from the last list response that when provided will retrieve the next page.

Parameters used to filter the retrieved list must remain in subsequent requests with a page token.

status?: List[String]

Filter the list of memberships by membership status.

user?: Attributes
email?: String

Filter the list of memberships for a specific email that ends with a substring.

max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
result: List[Attributes]

The items returned by the data source

id: String

Organization Member ID

create_time: Time
meta: Map[JSON]
status: String
update_time: Time
user: Attributes
id: String
email: String
name: String
two_factor_authentication_enabled: Bool