collaboration.user module¶
Class |
Description |
---|---|
Class representing a remote User |
- class User[source]
Bases:
object
Class representing a remote User
- __init__(handle: LP_BNCollaborationUser)[source]
- Parameters:
handle (LP_BNCollaborationUser) –
- property email: str
User’s email address
- Returns:
Email string
- property id: str
Unique id
- Returns:
Id string
- property is_active: bool
If the user account is active and can log in
- Returns:
If account is active
- property last_login: str
String representing the last date the user logged in
- Returns:
Last login string
- property remote: Remote
Owning Remote
- Returns:
Remote object
- property url: str
Web api endpoint URL
- Returns:
URL string
- property username: str
User’s login username
- Returns:
Username string