| 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. |
Actor data source. It only finds users who are available to be an actor in a workflow.
## 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"
}email(String) The email of the logged in user for lookup that is available as handler
id(String) The user ID or username login