yandex_iam_user (DataSource)
Written by
Updated at February 9, 2026
Get information about a Yandex IAM user account. For more information about accounts, see Yandex Cloud IAM accounts.
This data source is used to define IAM User that can be used by other resources.
Warning
Either login or user_id must be specified.
Example usage
//
// Get information about existing IAM User.
//
data "yandex_iam_user" "admin" {
login = "my-yandex-login"
}
Arguments & Attributes Reference
default_email(Read-Only) (String). Email address of user account.id(String).login(String). Login name used to sign in to Yandex Passport.user_id(String). User ID used to manage IAM access bindings.