Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 807 Bytes

File metadata and controls

32 lines (23 loc) · 807 Bytes
page_title remscontent_actor Data Source - remscontent
subcategory
description Actor data source. It only finds users who are available to be an actor in a workflow.

remscontent_actor (Data Source)

Actor data source. It only finds users who are available to be an actor in a workflow.

Example Usage

## This data source looks up a user by email and returns their user_id,
## for use in a workflow resource.
data "remscontent_actor" "user_1" {
  email = "user_1@email.com"
}

Schema

Required

  • email (String) The email of the logged in user for lookup that is available as handler

Read-Only

  • id (String) The user ID or username login