Account models
Request and response types for the Account API.
account
Account API models.
Modules:
-
api–Account API resources for sync and async clients.
-
models–
Classes:
-
AccountError– -
AccountPasswordReset– -
AccountPermissionResponse– -
AccountResponse– -
PermissionObject– -
SubscriberInfo– -
UserInfo– -
UserInfoPatch– -
UserInfoUpdate–
AccountError
AccountPasswordReset
AccountPermissionResponse
Bases: BaseModelWithConfig
Attributes:
-
device(PermissionObject) – -
gateway(PermissionObject) – -
network_operator(PermissionObject) – -
subscriber_admin(PermissionObject) – -
sys_admin(PermissionObject) – -
user(PermissionObject) –
AccountResponse
Bases: BaseModelWithConfig
Attributes:
-
subscriber_info(SubscriberInfo) – -
user_info(UserInfo | None) –
PermissionObject
SubscriberInfo
UserInfo
UserInfoPatch
Bases: BaseModelWithConfig
Attributes:
-
email(str) – -
first_name(str) – -
last_name(str) – -
phone_number(str) –
UserInfoUpdate
Bases: BaseModelWithConfig
Attributes:
-
email(str) – -
first_name(str) – -
last_name(str) – -
phone_number(str | None) –