> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-3a82795f.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring SQL console role assignments

> Guide showing how to manage SQL console role assignments

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

<Warning>
  This setting is deprecated and has been replaced with a new setting on the role creation screen in organizations that have migrated to custom roles. For more information, see [Manage cloud users](/products/cloud/guides/security/cloud-access-management/manage-cloud-users).
</Warning>

> This guide shows you how to configure SQL console role assignments, which
> determine console-wide access permissions and the features that a user can
> access within Cloud console.

<Steps>
  <Step>
    <h3 id="access-service-settings">
      Access service settings
    </h3>

    From the services page, click the menu in the top right corner of the service for which you want to adjust SQL console access settings.

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/1_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=0182d85fba295f09a21db22babbcd472" size="lg" width="4032" height="876" data-path="images/cloud/guides/sql_console/service_level_access/1_service_settings.png" />

    Select `settings` from the popup menu.

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/2_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=3b4b3acc98e2ee148bd256c74b7c7bbe" size="lg" width="2600" height="1060" data-path="images/cloud/guides/sql_console/service_level_access/2_service_settings.png" />
  </Step>

  <Step>
    <h3 id="adjust-sql-console-access">
      Adjust SQL console access
    </h3>

    Under the "Security" section, find the "SQL console access" area:

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/3_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=2bbfb6ec17a5c0a8ed330f796d08ade8" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/3_service_settings.png" />
  </Step>

  <Step>
    <h3 id="update-settings-for-service-admin">
      Update the settings for Service Admin
    </h3>

    Select the drop-down menu for Service Admin to change the access control settings for Service Admin roles:

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/4_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=ffee0329956a7df9bea1426d9175c496" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/4_service_settings.png" />

    You can choose from the following roles:

    | Role          |
    | ------------- |
    | `No access`   |
    | `Read only`   |
    | `Full access` |
  </Step>

  <Step>
    <h3 id="update-settings-for-service-read-only">
      Update the settings for Service Read Only
    </h3>

    Select the drop-down menu for Service Read Only to change the access control settings for Service Read Only roles:

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/5_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=854730ccd5b9ed6b65d12f03ae60036e" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/5_service_settings.png" />

    You can choose from the following roles:

    | Role          |
    | ------------- |
    | `No access`   |
    | `Read only`   |
    | `Full access` |
  </Step>

  <Step>
    <h3 id="review-users-with-access">
      Review users with access
    </h3>

    An overview of users for the service can be viewed by selecting the user count:

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/6_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=25cc4d19a963b7459a4177c4e7d5c2ff" size="md" width="2304" height="620" data-path="images/cloud/guides/sql_console/service_level_access/6_service_settings.png" />

    A tab will open to the right of the page showing the total number of users and their roles:

    <Image img="https://mintcdn.com/private-7c7dfe99-mintlify-3a82795f/2q9PlXs36IQb-uk7/images/cloud/guides/sql_console/service_level_access/7_service_settings.png?fit=max&auto=format&n=2q9PlXs36IQb-uk7&q=85&s=2418dda5c320f5481d36aa25c3482d98" size="md" width="4040" height="2338" data-path="images/cloud/guides/sql_console/service_level_access/7_service_settings.png" />
  </Step>
</Steps>
