List of users who have logged in to TIBCO Mashery Developer Portal

List of users who have logged in to TIBCO Mashery Developer Portal

book

Article ID: KB0073867

calendar_today

Updated On:

Products Versions
TIBCO Cloud API Management -

Description

There is a use case where we require an option to find a list of users who have logged in to the Mashery developer portal within a specific time.
 

Resolution

This can be achieved using V3 APIs with a
2 step process. 

1) First Access token can be generated . Please find below a sample curl command.

curl -k -v -i -u clientid:secret 'https://api.mashery.com/v3/token' -d 'grant_type=password&username=abcd&password=1234&scope=AreaUUID'

2) Call the V3 API using below.

curl -X GET 'https://api.mashery.com/v3/rest/reports/calls/qps/developer?start_date=2020-06-20T00%3A00%3A00Z&end_date=2020-06-23T00%3A00%3A00Z&format=csv' -H 'Accept: /' -H 'Authorization: Bearer <token value from 1) above>'

Please contact Tibco Mashery Support for any further queries .
 

Issue/Introduction

List of users who have logged in to TIBCO Mashery Developer Portal