Skip to content

Commit 15732aa

Browse files
espenclaude
andcommitted
Document opt_in_marketing_at attribute on People endpoint
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6acb566 commit 15732aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_endpoints/people.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ It is possible to give a person ability to book on behalf of other people. This
3232
<tr><td>blocked</td><td>Boolean</td><td>Whether the person is blocked from booking.</td></tr>
3333
<tr><td>locale</td><td>String</td><td>Person's preferred locale.</td></tr>
3434
<tr><td>opt_in_marketing</td><td>Boolean</td><td>Only for output. Whether person has opted in to marketing.</td></tr>
35+
<tr><td>opt_in_marketing_at</td><td>Datetime</td><td>Only for output. Timestamp of when the person opted in to marketing. null if the person has not opted in. Paired with the opt_in_marketing boolean.</td></tr>
3536
</table>
3637

3738
## Listing

0 commit comments

Comments
 (0)