Understand the structure of a User object
masterThe User object represents a person in Basecamp. It is used in various contexts, such as the creator of a todo or an entry in the assignees list.
Key fields include:
id: The unique identifier for the user.name: The user's full name.email_address: The user's email.personable_type: AlwaysUser.attachable_sgid: A secure global ID used for referencing the user in other parts of the API.company: An object containing the user'sidandnameof their company.avatar_url: A URL to the user's profile image.
{
"id": 1049715939,
"name": "Cheryl Walters",
"email_address": "cheryl@honchodesign.com",
"personable_type": "User",
"attachable_sgid": "BAh7BkkiC19yYWlscwY6BkVUewdJIglkYXRhBjsAVEkiK2dpZDovL2JjMy9QZXJzb24vMTA0OTcxNTkzOT9leHBpcmVzX2luBjsAVEkiCHB1cgY7AFRJIg9hdHRhY2hhYmxlBjsAVA==--91bd4d39e2f4af1d814a0b480e809d15a51df239",
"company": {
"id": 1033447817,
"name": "Honcho Design"
}
}