Legacy Dev Forum Posts

 View Only

Sign Up

API to download active user list

  • 1.  API to download active user list

    Posted 06-05-2025 18:28

    joematt | 2023-10-16 16:06:42 UTC | #1

    Do we have any api to download active users ?


    tim.smith | 2023-10-16 16:08:06 UTC | #2

    GET /api/v2/users


    joematt | 2023-10-16 17:00:33 UTC | #3

    Is there any way I can dowload the data as excel ?


    tim.smith | 2023-10-16 17:55:28 UTC | #4

    The Platform API provides all data as JSON unless explicitly documented otherwise (extremely uncommon). To get that data into excel, you would write a script to obtain the data from the API and flatten it to a CSV format, which you can then import into excel. There's a blueprint related to this task for SQL. While your target is different, the flattening exercise will be similar. https://developer.genesys.cloud/blueprints/conversation-model-to-sql-blueprint/. There's another blueprint that creates a CSV from org chart data that may also be useful: https://developer.genesys.cloud/blueprints/org-chart-explorer/.


    pavan_bollepalli | 2023-10-20 05:19:52 UTC | #5

    Do we have any API to get the user by email ?


    system | 2023-11-19 05:20:18 UTC | #6

    This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 22559