From d29d8d1c7cbccd25c7ad7412f91799a1122251d1 Mon Sep 17 00:00:00 2001 From: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com> Date: Wed, 26 Mar 2025 10:06:44 -0400 Subject: [PATCH] Docs: Update service account (#102502) update content from support request --- docs/sources/developers/http_api/serviceaccount.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/developers/http_api/serviceaccount.md b/docs/sources/developers/http_api/serviceaccount.md index 559ecc05b3a..ba7c2db85f2 100644 --- a/docs/sources/developers/http_api/serviceaccount.md +++ b/docs/sources/developers/http_api/serviceaccount.md @@ -135,6 +135,8 @@ Content-Type: application/json } ``` +Fixed and custom roles can be set on service accounts using the [RBAC HTTP API](/docs/grafana/latest/developers/http_api/access_control/#set-user-role-assignments). + ## Get a service account by ID `GET /api/serviceaccounts/:id` @@ -222,6 +224,8 @@ Content-Type: application/json } ``` +Fixed and custom roles can be set on service accounts using the [RBAC HTTP API](/docs/grafana/latest/developers/http_api/access_control/#set-user-role-assignments). + ## Delete service account `DELETE /api/serviceaccounts/:id`