Commit 8a20d674 authored by JB Sazon's avatar JB Sazon Committed by Sander van Harmelen

Add SkipReconfirmation field for ModifyUserOptions (#417)

parent d86b5afe
......@@ -190,6 +190,7 @@ type ModifyUserOptions struct {
Location *string `url:"location,omitempty" json:"location,omitempty"`
Admin *bool `url:"admin,omitempty" json:"admin,omitempty"`
CanCreateGroup *bool `url:"can_create_group,omitempty" json:"can_create_group,omitempty"`
SkipReconfirmation *bool `url:"skip_reconfirmation,omitempty" json:"skip_reconfirmation,omitempty"`
External *bool `url:"external,omitempty" json:"external,omitempty"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment