Skip to main content

admins-changelog-tpw-operator

Release 8.0

RDTP-14487

What's New


GET /admins/{adminID}/permissions/{accountType}/{accountID}

Retrieve account permissions

Release 7.3

RDTP-21689

What's Changed


GET /admins/{adminID}

Retrieve Admin-user

Return Type:

Changed response : 200 OK

Successful UPDATE or RETRIEVE

  • Deprecated property apiOnly (boolean)

    true if the user account is specifically designed to be used by an application. apiOnly user accounts are not subject to password expiration.

    This property must no longer be used: service accounts must be used to access the API.

PUT /admins/{adminID}

Update Admin-user

Return Type:

Changed response : 200 OK

Successful UPDATE or RETRIEVE

  • Deprecated property apiOnly (boolean)

    true if the user account is specifically designed to be used by an application. apiOnly user accounts are not subject to password expiration.

    This property must no longer be used: service accounts must be used to access the API.

Release 7.2

No change

Release 7.1

RDTP-15026

What's New


GET /admins/{adminID}/permissions/{accountType}/{accountID}/modules/{moduleID}

Retrieve module permissions

GET|POST|PUT|DELETE /admins/{adminID}*
Parameters:

Changed: adminID in path

Unique identifier of the admin-user, either

  • the sequential integer (UID) assigned to the admin-user at creation
  • the identifier (thingparkID) assigned to the admin-user at creation
  • the OpenID subject claim sub of an ID Token issued by the identity provider
  • the string 'me' to reference the authenticated admin-user requesting the API

What's Deprecated


GET /admins/id

Retrieve Id

Remplaced by GET /admins/me

Release 7.0

What's Deprecated


POST /admins/{adminID}/tmpCredential

Create TmpCredential

Release 6.1

No change

Release 6.0

RDTP-6589

What's Changed


GET /admins/{userUid}

Retrieve User

Return Type:

Changed response : 200 OK

Successful UPDATE or RETRIEVE

  • Added property apiOnly (boolean)

    TRUE if the user account is specifically designed to be used by an application to make automatic requests to the SMP platform.

PUT /admins/{userUid}

Update User

Return Type:

Changed response : 200 OK

Successful UPDATE or RETRIEVE

  • Added property apiOnly (boolean)

    TRUE if the user account is specifically designed to be used by an application to make automatic requests to the SMP platform.

Release 5.2.2

No change

Release 5.1

General

No change

Release 5.0.1

General

No change