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`