Learn about additional types used while reading and updating resource directories via the API
Only available in API versions
2026-01and later
The object types below define additional data structures used across the resource directory API. They extend the core objects documented in the main reference and are used when updating and reading an account's resource directory.
DirectoryResource
An object containing metadata about a directory's resources.
| Field | Description |
|---|---|
email String | The resource's email. |
id ID! | The resource's unique identifier. |
job_role String | The resource's job role. |
location String | The resource's location. |
name String! | The directory resource's name. |
skills [String!] | The resource's skills. |
UpdateDirectoryResourceAttributesResponse
An object containing the result of updating a resource directory's attributes.
| Field | Description |
|---|---|
success Boolean! | Whether the update was successfully completed. |
