cURL
curl --request POST \ --url https://api.example.com/api/directory/kinds.list \ --header 'Content-Type: application/json' \ --data '{}'
[ { "id": "872815618512410358", "machine_name": "<string>" } ]
Retrieves all kinds of possible resources. Only ‘employee’ is available at the moment.Use ‘api/directory/kinds.show’ to get kind details including attributes.
The body is of type object.
object
"872815618512410358"