Manages the membership of a user in an organization.
org
(String) The slug or ID of the organization.role
(String) The role to assign to the user in the organization.user
(String) Username or ID of the user to add to the org's members.receive_billing_emails
(Boolean) Whether the user should receive billing emails.id
(String) The ID of this resource.Import is supported using the following syntax:
terraform import grafana_cloud_org_member.name "{{ orgSlugOrID }}:{{ usernameOrID }}"