Skip to content

Instantly share code, notes, and snippets.

@tolgaOzen
Last active March 2, 2022 16:25
Show Gist options
  • Save tolgaOzen/31f2684a8ad3dc51afa2c8dcdd5446d9 to your computer and use it in GitHub Desktop.
Save tolgaOzen/31f2684a8ad3dc51afa2c8dcdd5446d9 to your computer and use it in GitHub Desktop.
response, err := api.User.Create(user.Create{
ID: "1",
Name: "tolga",
GroupID: "1",
RoleNames: []string{"manager"},
Attributes: map[string]interface{}{
"tenure": 7,
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment