You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-ref.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4108,7 +4108,7 @@ Name | Description
4108
4108
`external_auth_user_id` | Represents ID stored in Tableau's single sign-on (SSO) system. The `externalAuthUserId` value is returned for Tableau Cloud. For other server configurations, this field contains null.
4109
4109
`id` | The id of the user on the site.
4110
4110
`last_login` | The date and time the user last logged in.
4111
-
`workbooks` | The workbooks the user owns. You must run the populate_workbooks method to add the workbooks to the `UserItem`.
4111
+
`workbooks` | The workbooks the user owns or has Read (view) permissions. You must run the populate_workbooks method to add the workbooks to the `UserItem`.
4112
4112
`email` | The email address of the user.
4113
4113
`fullname` | The full name of the user.
4114
4114
`name` | The name of the user. This attribute is required when you are creating a `UserItem` instance.
0 commit comments