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: website/docs/r/user.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ The following arguments are supported:
43
43
44
44
-`first_name` - (Required) First name of the user.
45
45
-`last_name` - (Required) Last name of the user.
46
-
-`email` - (Required) Last name of the user.
47
-
-`is_active` - (Required) This has the value true if the user is active and false if they have been deactivated..
46
+
-`email` - (Required) Email of the user.
47
+
-`is_active` - (Required) This has the value true if the user is active and false if they have been deactivated.
48
48
-`role_ids` - (Required) List of roleIds associated with the user.
49
49
-`transfer_to` - (Required) UserId of user to transfer this user's content to on deletion, can be empty. Must be applied prior to deletion to take effect.
0 commit comments