mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: notify about created user account (#14010)
This commit is contained in:
@ -239,6 +239,8 @@ func (api *API) scimPostUser(rw http.ResponseWriter, r *http.Request) {
|
||||
OrganizationID: defaultOrganization.ID,
|
||||
},
|
||||
LoginType: database.LoginTypeOIDC,
|
||||
// Do not send notifications to user admins as SCIM endpoint might be called sequentially to all users.
|
||||
SkipNotifications: true,
|
||||
})
|
||||
if err != nil {
|
||||
_ = handlerutil.WriteError(rw, err)
|
||||
|
Reference in New Issue
Block a user