Sidebar
Overview
Resources
Permission
The Permission resource is pivotal for managing user access rights within the digital customer platform. It represents a set of rules defining what actions specific users can perform on linked industrial assets or areas of the platform. Each permission is associated with an account and optionally a user and a specific role, which allows for the granting of privileges at a granular level. Permission records are filterable by type, id, and roles to ensure that users only access authorized information and functionalities relevant to their responsibilities.Attributes
These are all attributes that can be read and updated through the API
Name | Description | Permissions |
---|
Get Permission by ID
GEThttps://connect.autonoma.cloud/v1/resources/permission/[ID]Returns a specific Permission by ID.
Relations
It is possible to get related objects from Permissions.
GEThttps://connect.autonoma.cloud/v1/resources/permission/[ID]/[RELATION]This table shows all available resources that can be queried
Relation | Objecttype | Relationtype | |
---|---|---|---|
account | Account | 1:1 | Show details |
Update Permission
POSThttps://connect.autonoma.cloud/v1/resources/permission/[ID]Update fields of Permission by ID. The fields must be sent as x-www-form-urlencoded parameter.
Create Permission
PUThttps://connect.autonoma.cloud/v1/resources/permissionCreate a new Permission.
Delete Permission
DELETEhttps://connect.autonoma.cloud/v1/resources/permission/[ID]Delete the resource Permission by ID.
This action can not be reverted!