User
less than a minute
Represents a W&B user.
const user: User = {
id: "user_123",
username: "john_doe",
name: "John Doe",
email: "john@example.com"
};
Property | Type | Description |
---|---|---|
id |
string |
User ID |
username |
string |
Username |
name |
string |
Optional. User’s full name |
email |
string |
Optional. User email |
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.