Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/cloud/get-started/service-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,15 @@ The Service Account is deleted when it is no longer visible in the output of the

### Update a Service Account {/* #update */}

Update a Service Account's description using the Temporal Cloud UI or tcld.
Update a Service Account using the Temporal Cloud UI or tcld.

:::note Account roles and Namespace Permissions

Service Accounts with the Account Owner or Global Admin account-level role automatically have Namespace Admin access to
all Namespaces. Do not add explicit Namespace Permissions while using either role. To move a Service Account from Global
Admin to a lower-privilege account role, update the Account Level Role and desired Namespace Permissions together.

:::

<Tabs groupId="service-account">
<TabItem value="cloud-ui" label="Using the Cloud UI">
Expand Down
Loading