class EditUser
Properties
| int | $userId | <p>The ID of the user to edit.</p> |
|
|
| User | $actor | <p>The user performing the action.</p> |
|
|
| array | $data | <p>The attributes to update on the user.</p> |
|
class EditUser
| int | $userId | <p>The ID of the user to edit.</p> |
|
|
| User | $actor | <p>The user performing the action.</p> |
|
|
| array | $data | <p>The attributes to update on the user.</p> |
|