(service-account)= # Service account > See also: {ref}`manage-service-accounts` In JAAS, a service account is a machine identity used for non-human interactions with a Juju controller. A service account identifier will vary depending on the identity provider. (service-account-tag)= ## Service account tag > See first: {ref}`tag` A service account tag has the following format: ```text serviceaccount- ``` where `` is the name/id of the service account as provided by your IdP. ```{tip} A `serviceaccount-` type tag is only useful for providing permissions over administration of a service account. In all other cases treat service accounts as users and use a {ref}`user tag ` to grant them access to resources. ``` (service-account-relation)= ## Service account relation A service account relation is a {ref}`relation ` that describes permissions on a service account. (list-of-service-account-relations)= ### List of service account relations (service-account-relation-administrator)= #### `administrator` Abilities: Can do anything that it is possible to do at the level of a service account. Used to manage the credentials of a service account.