Loading...
Overview

User

Represents a person who accesses the digital customer platform, with account memberships, roles, permissions, and notification settings.

Attributes

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

Name Description Permissions
firstname The user's given name. READ AND UPDATE
lastname The user's family name. READ AND UPDATE
email The user's email address. READ ONLY
last_seen The date and time the user was last active. READ ONLY
created_at The date and time the user account was created. READ ONLY

Get User by ID

GEThttps://digital.fmw.co.at/connect/v1/resources/user/[ID]

Returns a specific User by ID.


Relations

It is possible to get related objects from Users.

GEThttps://digital.fmw.co.at/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

Update User

POSThttps://digital.fmw.co.at/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://digital.fmw.co.at/connect/v1/resources/user

Create a new User.


Delete User

DELETEhttps://digital.fmw.co.at/connect/v1/resources/user/[ID]

Delete the resource User by ID.

Top