{
"_id": "<string>",
"email": "jsmith@example.com",
"role": "<string>",
"linkedIn": {
"linkedinUrl": "<string>",
"status": true,
"inviteLimit": 123,
"sendLimit": 123,
"visitLimit": 123
},
"mailboxes": [
{
"_id": "<string>",
"email": "jsmith@example.com",
"provider": "<string>",
"lemlist": {
"emailLimit": 123
},
"lemwarm": {
"active": true
}
}
]
}Objects & Definitions
User
In all likelihood, if you are reading this, you are a user yourself
A team member account with connected email and/or LinkedIn sending capabilities.
Was this page helpful?