/
Roles and permissions
Roles and permissions
The ToolsAPI, when initializing requests, it makes sure there are basic roles and permissions available. This is built into the main controller that handles the requests. To make sure this isn't alway happens (due to performance) there are still plans of checking how to prevent this as it normally requires once when starting the API.
The roles that our API creates is following:
Role | Description |
---|---|
Owner | The site administrator. Reaches everything. |
Administrator | Administrator for separate sections in the API. Hand handle property, if we sometimes expand the API to be a "shared user experience". |
User | Regular API requesting. This should always be primary for all users in the API universe. |
Domain | Domain name editor. Required for users to be able to handle domain names. |
Related content
ToolsAPI v1.0
ToolsAPI v1.0
More like this
User/Application Authentication
User/Application Authentication
More like this
Endpoint: endpoints
Endpoint: endpoints
More like this
Endpoint: application (Application Requests API) [internal]
Endpoint: application (Application Requests API) [internal]
More like this
Errors and exceptions
Errors and exceptions
More like this
Endpoint: dns
Endpoint: dns
More like this