Skip to content

expose user notification_level to the api

username-removed-751138 requested to merge rz-uni-a/gitlab-ce:master into master

What does this MR do?

Expose the notification_level attribute for users to allow modification by the rest api.

Are there points in the code the reviewer needs to double check?

Easy change and no further checking should be needed.

Why was this MR needed?

When you provision the users and group memberships of users via rest, you (maybe) don't want to inform the users about every change per default. The user are provisioned with disabled notifications and can be put in many groups without flooding the with emails.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports