From 01da0beec202bf212a8b40a3aadedd43f1123b12 Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Thu, 11 May 2023 17:45:33 +0200 Subject: [PATCH] Update src/pages/docs/how-to/use-service-users-with-access-token.mdx --- src/pages/docs/how-to/use-service-users-with-access-token.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/how-to/use-service-users-with-access-token.mdx b/src/pages/docs/how-to/use-service-users-with-access-token.mdx index aa7c1975..5b9d5a14 100644 --- a/src/pages/docs/how-to/use-service-users-with-access-token.mdx +++ b/src/pages/docs/how-to/use-service-users-with-access-token.mdx @@ -3,7 +3,9 @@ ## Service Users -Service users are a type of account that allow applications or services to access resources and perform actions within your organization. +Service users are non-interactive accounts that are used to create tokens to access resources and perform actions within your organization's network using NetBird's public API. + +Service users provide additional security by allowing you to limit the scope of access granted to the service user and void losing automated access to critical systems when employees leave the company. ### What are Service Users used for?