Loading...
Overview

Account

Represents an account in the digital customer platform, used to organize customers, subaccounts, users, assets, and related configuration.

Attributes

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

Name Description Permissions
id Unique identifier for the account record. READ ONLY
name Display name of the account. READ AND UPDATE
description Human-readable details about the account. READ AND UPDATE

Get Account by ID

GEThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/account/[ID]

Returns a specific Account by ID.


Get Relations

It is possible to get related objects from Accounts.

GEThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/account/[ID]/[RELATION]

This table shows all available resources that can be queried

Relation Objecttype Relationtype
users User Not available Show details
assets Asset 1:many Show details
metadatas Metadata many:many Show details
gateways Gateway 1:many Show details

Invite a user account

Creates an invitation for a new user account with the provided personal details and roles.

POSThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/account/[ID]/call/invite

This table shows all available parameters

Name Description Required
firstname The user's first name. required
lastname The user's last name. required
email The email address for the invitation. required
roles The roles associated with the invited user. required

Update Account

POSThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/account/[ID]

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


Create Account

PUThttps://dacaca59c0.autonoma.cloud/connect/v1/resources/account

Create a new Account.


Delete Account

DELETEhttps://dacaca59c0.autonoma.cloud/connect/v1/resources/account/[ID]

Delete the resource Account by ID.

Top Top