Abstract
Protected
Readonly
dataProtected
Readonly
idProtected
Readonly
jwtProtected
loggerProtected
Readonly
loggerProtected
Readonly
organizationsProtected
Readonly
serviceProtected
Readonly
usersProtected
Readonly
userCreates service account
options for creating service account
context of current request
created service account
Deletes service account by id
id of service account
Protected
generateChecks if service account with specified alias exists
alias of service account (e.g. "backoffice")
true if service account exists
Checks if service account with specified alias exists
true if service account exists
Updates service account
A Service Accounts is an interface that allows you to create, manage, and use service accounts within your application. Service accounts are special accounts that are used to perform automated tasks on behalf of your application, such as accessing APIs, managing resources, or performing background tasks. With a Service Accounts API, you can create and manage service accounts, assign roles and permissions to those accounts, and generate credentials that can be used to authenticate and authorize API calls. This API provides a secure and scalable way to automate tasks within your application, while ensuring that only authorized users and processes can access sensitive data and resources.