-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[graph/users] userType should be read-only for now. #9858
Labels
Comments
rhafer
added a commit
to rhafer/libre-graph-api
that referenced
this issue
Aug 20, 2024
We don't want 'userType' to be set on POST/PATCH requests for now. Currenly users with a type different from 'Member' are created either via ocm or via graph invite requests. See: owncloud/ocis#9858 for details Also 'memberOf' is a read-only relation in MS Graph.
rhafer
added a commit
to owncloud/libre-graph-api
that referenced
this issue
Aug 20, 2024
We don't want 'userType' to be set on POST/PATCH requests for now. Currenly users with a type different from 'Member' are created either via ocm or via graph invite requests. See: owncloud/ocis#9858 for details Also 'memberOf' is a read-only relation in MS Graph.
ownclouders
pushed a commit
to owncloud/libre-graph-api-php
that referenced
this issue
Aug 20, 2024
We don't want 'userType' to be set on POST/PATCH requests for now. Currenly users with a type different from 'Member' are created either via ocm or via graph invite requests. See: owncloud/ocis#9858 for details Also 'memberOf' is a read-only relation in MS Graph.
ownclouders
pushed a commit
to owncloud/libre-graph-api-go
that referenced
this issue
Aug 20, 2024
We don't want 'userType' to be set on POST/PATCH requests for now. Currenly users with a type different from 'Member' are created either via ocm or via graph invite requests. See: owncloud/ocis#9858 for details Also 'memberOf' is a read-only relation in MS Graph.
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Aug 20, 2024
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Aug 20, 2024
rhafer
added a commit
to rhafer/ocis
that referenced
this issue
Aug 20, 2024
github-project-automation
bot
moved this from In progress
to Done
in Infinite Scale Team Board
Aug 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It is currently possible to set the
userType
manually when creating a user via graph. We should prevent that for avoiding confusion.userType
Guest
are supposed to created via theinvite
service (when that is fully ready).userType
Federated
are supposed to be created via theocm
federation servicesgraph
service should for now always have the typeMember
The text was updated successfully, but these errors were encountered: