Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// OrganizationID is the ID of the organization to add the user to.
OrganizationID uuid.UUID `json:"organization_id"`
// Username is the username of the new user. Generated if empty.
Username string `json:"username"`
// Email is the email of the new user. Generated if empty.
Email string `json:"email"`
}
Click to show internal directories.
Click to hide internal directories.