From de430db05734044af3a10bafb8fba2edfdd2796e Mon Sep 17 00:00:00 2001 From: mmattel Date: Wed, 29 Mar 2023 12:57:20 +0200 Subject: [PATCH] fix codacy --- services/invitations/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/invitations/README.md b/services/invitations/README.md index ecab13122..6306ab2e6 100644 --- a/services/invitations/README.md +++ b/services/invitations/README.md @@ -2,8 +2,8 @@ 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. -* Users invited via the Invitation Manager (via the libre graph API) will have the `userType="Guest"`. -* Users belonging to the organization have the `userType="Member"`. +* Users invited via the Invitation Manager (via the libre graph API) will have the `userType="Guest"`. +* Users belonging to the organization have the `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`.