Loading...
Overview

User

The User resource represents an individual registered on the digital customer platform. Users can manage their personal information, security credentials, roles, and access rights for digitalized industrial assets. They can also engage with the platform's notification system, set active language preferences, and handle API key generation for secure communication with the digital customer platform's API. Relationships to other resources like accounts, roles, and subscriptions are maintained to facilitate user interactions and permission management within the industrial digitization context.

Attributes

These are all attributes that can be read and updated through the API

Name Description Permissions
firstname The given name assigned to the user, often used to personally identify and address them. READ AND UPDATE
lastname The family or surname of the user, indicating their family lineage or patrilineal heritage. READ AND UPDATE
email The electronic mail address used for online correspondence, uniquely identifying the user for communication purposes. READ ONLY

Get User by ID

GEThttps://app.autonoma.cloud/connect/v1/resources/user/[ID]

Returns a specific User by ID.


Relations

It is possible to get related objects from Users.

GEThttps://app.autonoma.cloud/connect/v1/resources/user/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
accounts Account Not available Show details
roles Role Not available Show details
tags Tag many:many Show details
dataexports Dataexport 1:many Show details

Update User

POSThttps://app.autonoma.cloud/connect/v1/resources/user/[ID]

Update fields of User by ID. The fields must be sent as x-www-form-urlencoded parameter.


Create User

PUThttps://app.autonoma.cloud/connect/v1/resources/user

Create a new User.


Delete User

DELETEhttps://app.autonoma.cloud/connect/v1/resources/user/[ID]

Delete the resource User by ID.

Top Top