Collaboration API

These endpoints provide collaboration functionality. Currently, only the listing of all active users is available.

Method Endpoint

GET

/cxf/bpc-core/collaboration/online-users

Description

Get a list of online users.

Returns

The requested list of users as JSON.

HTTP Status Code

  • 200 : OK

Content-Type

  • application/json

Required Access Rights

The logged in user or API Key must have either the following role or right.

  • Role : COLLABORATION_ADMIN

  • Right : COLLABORATION_LIST_USERS