POST - Auto Attendant Remove User

Returns a list of the available Auto Attendants (AAs) built in the same group as the specified user. NOTE: This does not remove the user from the group.

Parameters

  • service_provider_id (str): Service Provider ID where the user is built.

  • group_id (str): Group ID where the user is built.

  • user_id (str): User ID of the user.

Returns

  • List: List of the Service User IDs of the AAs in the group.

How To Use:

my_api.auto_attendants.post_auto_attendant_remove_user(
    service_provider_id="my_service_provider_id",
    group_id="my_group_id", 
    user_id="[email protected]"
)

Example Returned Data (Formatted)

Last updated

Was this helpful?