From 6c824519561ab9a2264cc58094ac31eedd08a3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 2 Mar 2023 15:33:19 +0100 Subject: [PATCH] Update services/invitations/README.md Co-authored-by: Martin --- services/invitations/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/invitations/README.md b/services/invitations/README.md index 86ec3ec028..2042e73334 100644 --- a/services/invitations/README.md +++ b/services/invitations/README.md @@ -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. \ No newline at end of file +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`. \ No newline at end of file