Hello
@Thomas Ivy,
You can use Genesys Cloud APIs in order to get users across your organization including all the information such as: Phone Numbers/Extensions associated to them.
The following API will give you a list of all users:
/api/v2/users.
You need to adjust one property of this API, which is
state. In your case, you need to set it to "
inactive". Then run your API.
Once you execute it, you will get a list of the "inactive" users including the phone numbers/Extensions under
addresses field.
------------------------------
Charaf Eddine Chemlal
NTT France
------------------------------