QEverCloud  4.1.0
Unofficial Evernote Cloud API for Qt
Public Types | List of all members
qevercloud::BusinessUserStatus Struct Reference

#include <types.h>

Public Types

enum  type { ACTIVE = 1, DEACTIVATED = 2 }
 

Detailed Description

The BusinessUserStatus indicates the status of the user in the business.

A BusinessUser will typically start as ACTIVE. Only ACTIVE users can authenticate to the Business.

ACTIVE
The business user can authenticate to and access the business.
DEACTIVATED
The business user has been deactivated and cannot access the business

Member Enumeration Documentation

◆ type

Enumerator
ACTIVE 
DEACTIVATED