mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-05 11:38:50 -06:00
Update services/invitations/README.md
Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
committed by
Daniël Franke
parent
f8fd49a9a9
commit
6c82451956
@@ -1,7 +1,7 @@
|
||||
# Invitations Service
|
||||
|
||||
The invitations service provides an [Invitation Manager](https://learn.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=http) that can be used to invide external users aka Guests to an organization.
|
||||
The invitations service provides an [Invitation Manager](https://learn.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=http) that can be used to invite external users aka Guests to an organization.
|
||||
|
||||
On the libre graph API invited users will have `userType="Guest"`, whereas users belonging to the organization have `userType="Member"`.
|
||||
Users invited via this Invitation Manager (libre graph API) will have `userType="Guest"`, whereas users belonging to the organization have `userType="Member"`.
|
||||
|
||||
The corresponding CS3 API [user types](https://cs3org.github.io/cs3apis/#cs3.identity.user.v1beta1.UserType) used to reperesent this are USER_TYPE_GUEST and USER_TYPE_PRIMARY.
|
||||
The corresponding CS3 API [user types](https://cs3org.github.io/cs3apis/#cs3.identity.user.v1beta1.UserType) used to reperesent this are: `USER_TYPE_GUEST` and `USER_TYPE_PRIMARY`.
|
||||
Reference in New Issue
Block a user