observe_user

Fetches metadata for an existing Observe user.

Example Usage

data "observe_user" "example" {
  email = "[email protected]"
}

Schema

Optional

  • email (String) User Email. Either email or id must be provided.

  • id (String) User ID. Either email or id must be provided.

Read-Only

  • comment (String) User comment.

  • oid (String) The Observe ID for user.