DT Developer Docs
REST APIDT StudioStatus Page
  • Getting Started
  • Overview
  • Concepts
    • Devices
    • Events
    • Topics
      • Temperature Measurement Interval
      • Motion Sensor Activity Timer
  • Data Connectors
    • Introduction to Data Connectors
    • Creating a Data Connector
    • Configuring a Data Connector
    • Receiving Events
    • Best Practices
    • Example Integrations
      • Heroku
      • Google Cloud Functions
      • AWS Lambda
      • Azure HTTP Triggers
      • IBM Cloud Actions
    • Development Guides
      • Local Development with ngrok
  • REST API
  • Introduction to REST API
  • Explore Our Endpoints
    • with cURL
    • with Python API
    • with Postman
  • Authentication
    • OAuth2
    • Basic Auth
  • Error Codes
  • Emulator API
  • Examples
    • Pagination
    • Streaming Events
    • Touch to Identify
    • Refreshing Access Token
  • Reference
  • Status Page
  • Service Accounts
    • Introduction to Service Accounts
    • Creating a Service Account
    • Managing Access Rights
    • Permissions
    • Organizational Structures
  • Other
    • Application Notes
      • Generating a Room Temperature Heatmap
      • Modeling Fridge Content Temperatures
      • Outlier Detection on Multiple Temperature Sensors
      • Simple Temperature Forecasting for Substation Transformers
      • Sensor Data Insight with Power BI and Azure
      • Third-Party Sensor Data in DT Cloud
    • Frequently Asked Question
Powered by GitBook
On this page

Was this helpful?

  1. Service Accounts

Permissions

Reference table over permissions granted per role.

Last updated 1 year ago

Was this helpful?

The following table shows a complete list of permissions granted per role. You can read about how to grant the various roles on the page.

  • Permissions granted by the organization.admin implies elevated permissions for all projects, devices, and services within the organization it was granted for.

Permission

project .user

project .developer

project .admin

organization .admin

dataconnector.create

X

X

X

dataconnector.read

X

X

X

X

dataconnector.update

X

X

X

dataconnector.delete

X

X

X

device.read

X

X

X

X

device.update

X

X

X

device.transfer

X

X

emulator.create

X

X

X

emulator.read

X

X

X

X

emulator.update

X

X

X

emulator.delete

X

X

X

membership.create

X

X

membership.read

X

X

X

X

membership.update

X

X

membership.delete

X

X

organization.read

X

organization.update

X

project.create

X

project.read

X

X

X

X

project.update

X

X

project.delete

X

X

serviceaccount.create

X

X

serviceaccount.read

X

X

X

X

serviceaccount.update

X

X

serviceaccount.delete

X

X

serviceaccount.key.create

X

X

serviceaccount.key.read

X

X

X

X

serviceaccount.key.delete

X

X

Managing Access Rights