Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find users based on employee_id #1120

Closed
benm-stm opened this issue Jun 14, 2023 · 0 comments · Fixed by #1040
Closed

Find users based on employee_id #1120

benm-stm opened this issue Jun 14, 2023 · 0 comments · Fixed by #1040

Comments

@benm-stm
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

We need to get the user or users_list based on the employee_id in azure ad

New or Affected Resource(s)

  • azuread_user
  • azuread_users

Potential Terraform Configuration

data "azuread_user" "user" {
  employee_id = "123"
}
data "azuread_users" "users" {
  employee_id = ["123", "125"]
}

References

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant