invited seat is reserved until the invitee accepts. Read-only, andcurl --location 'https://upload.tf/api/v1/account/members' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"members": [
{
"id": "b3f1c2d4-5678-4abc-9def-0123456789ab",
"email": "user@example.com",
"role": "admin",
"status": "invited",
"createdAt": "2019-08-24T14:15:22.123Z",
"inviteExpiresAt": "2019-08-24T14:15:22.123Z",
"acceptedAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"seatLockedAt": "2019-08-24T14:15:22.123Z"
}
],
"seats": {
"used": 2,
"total": 3,
"remaining": 1,
"canAdd": true
}
}
}