You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -345,7 +345,10 @@ public async Task<SdkResponse<AccessToken, Exception>> login(
345
345
///
346
346
/// See 'login' for more detail on the access token and how to use it.
347
347
///
348
-
/// Calls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).
348
+
/// In [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview) this call will be denied unless all of the following criteria are met:
349
+
/// 1. The calling user is an [API-only Service Account](https://cloud.google.com/looker/docs/looker-core-user-management#creating_an_api-only_service_account) with the Admin role
350
+
/// 2. The target user is an [Embed User type](https://cloud.google.com/looker/docs/r/single-sign-on-embedding)
351
+
/// Regular user types can not be impersonated in [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). If your application needs to call the API for these users, use OAuth authentication instead.
349
352
///
350
353
/// POST /login/{user_id} -> AccessToken
351
354
///
@@ -3892,6 +3895,68 @@ public async Task<SdkResponse<DashboardAggregateTableLookml, Exception>> dashboa
/// Accepts the legal agreement for a given integration hub. This only works for integration hubs that have legal_agreement_required set to true and legal_agreement_signed set to false.
5403
5486
///
5404
5487
/// POST /integration_hubs/{integration_hub_id}/accept_legal_agreement -> IntegrationHub
@@ -8183,14 +8266,17 @@ public async Task<SdkResponse<PermissionSet, Exception>> create_permission_set(
@@ -9555,14 +9638,15 @@ public async Task<SdkResponse<User, Exception>> create_user(
9555
9638
/// <param name="id">Match User Id.</param>
9556
9639
/// <param name="first_name">Match First name.</param>
9557
9640
/// <param name="last_name">Match Last name.</param>
9558
-
/// <param name="verified_looker_employee">Search for user accounts associated with Looker employees</param>
9641
+
/// <param name="verified_looker_employee">Search for user accounts associated with Looker employees. Availability of this filter is limited to users with permission to view complete user details.</param>
9559
9642
/// <param name="embed_user">Search for only embed users</param>
9560
-
/// <param name="email">Search for the user with this email address</param>
9561
-
/// <param name="is_disabled">Search for disabled user accounts</param>
9643
+
/// <param name="email">Search for the user with this email address. Availability of this filter is limited to users with permission to view complete user details.</param>
9644
+
/// <param name="is_disabled">Search for disabled user accounts. Availability of this filter is limited to users with permission to view complete user details.</param>
9562
9645
/// <param name="filter_or">Combine given search criteria in a boolean OR expression</param>
9563
9646
/// <param name="content_metadata_id">Search for users who have access to this content_metadata item</param>
9564
9647
/// <param name="group_id">Search for users who are direct members of this group</param>
9565
-
/// <param name="can_manage_api3_creds">Search for users who can manage API3 credentials</param>
9648
+
/// <param name="can_manage_api3_creds">Search for users who can manage API3 credentials. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). Availability of this filter is limited to users with permission to view complete user details. This is an experimental feature and may not yet be available on your instance.</param>
9649
+
/// <param name="is_service_account">Search for service account users. Send true to get only service accounts, or false to get all other types of users. This field may only be applicable for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview). Availability of this filter is limited to users with permission to view complete user details. This is an experimental feature and may not yet be available on your instance.</param>
/// ### Update information for a specific service account. This action is restricted to Looker admins.
10655
+
///
10656
+
/// This endpoint is exclusively for updating service accounts. To update a regular user, please use the `PATCH /api/3.x/users/:user_id` endpoint instead.
10657
+
///
10658
+
/// Calls to this endpoint may only be available for [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).
0 commit comments