Is there any documentation on how the process of making users inactive or deleting them affect the results from the user_api.get_users()
method? The docs state this endpoint returns 'available' users, but it's not clear to me how that overlaps with user state.
- Does it only report on users where the state is
active
? - Does any sanitising of agent_name, email etc occur when an account is set to inactive or deleted?
- Can I still list all agent IDs (active or deleted) through an endpoint, even if corresponding agent data like name has been deleted?
Our team will be undertaking some cleanup of agent accounts, so it would be good to understand any impact before work begins.
Thanks