Skip to main content
GET
/
api
/
v1
/
directory_members
/
download
/
Python (SDK)
import os
from syllable_sdk import SyllableSDK


with SyllableSDK(
    api_key_header=os.getenv("SYLLABLESDK_API_KEY_HEADER", ""),
) as ss_client:

    res = ss_client.directory.directory_member_download()

    # Handle response
    print(res)
"<any>"

Authorizations

Syllable-API-Key
string
header
required

Response

Directory downloaded successfully

The response is of type any.