collaboration.user module

binaryninja.collaboration.user.User(handle)

Class representing a remote User

class User(handle)[source]

Bases: object

Class representing a remote User

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