API Reference
API Reference

Download Directory Members

Download the entire directory as a JSON file.

GET/api/v1/directory_members/download/

Authentication

Syllable-API-Keyrequired

Send Syllable-API-Key in the header.

Need a credential? Create or manage an API token in the Syllable Console.

Parameters

Query parameters

response_format enum<string> query optional

Directory response format: normalized (default) strips @hours and formats times; raw returns stored @hours values.

Allowed values ["normalized","raw"]Default normalizedExample normalized

Responses

200Directory downloaded successfully

application/json

response unspecified required
Response example
string
422Validation Error

application/json

response HTTPValidationError required
1 field
detailValidationError[]optional
Item schema
itemsValidationErrorrequired
3 fields
locstring | integer[]required
Item schema
itemsstring | integerrequired
2 options
Option 1stringrequired
Option 2integerrequired
msgstringrequired
typestringrequired
Response example
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
500Internal Server Error

No response body is declared.