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?