User class
Leave feedback
On this page
Class that represents a user.
The User type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of User class. |
| init | Initializes a new instance of User. |
| Property | Description |
|---|---|
| The user email address. | |
| id | The User identifier. |
| name | The user name. |
| role | The role of the user. |
from groupdocs.annotation.models import User, Role
user = User(name="Tom", role=Role.EDITOR)
Task guides that use User:
- module
groupdocs.annotation.models
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.