Skip to content

Commit 4f05e4c

Browse files
authored
Merge pull request #283 from SumoLogic/user-documentation-typos
2 parents a029d59 + 5e53c03 commit 4f05e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/user.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ The following arguments are supported:
4343

4444
- `first_name` - (Required) First name of the user.
4545
- `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.
4848
- `role_ids` - (Required) List of roleIds associated with the user.
4949
- `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.
5050

0 commit comments

Comments
 (0)