THE ABSTRACT
The userType attribute should be able to be set to guest via the SCIM API.
THE PROBLEM
Many users in our Miro instance require frequent view access for boards but do not need to edit them. Currently, there is no way to provision a user as a guest through the SCIM API. This must be done via the UI and is impractical for large groups of users who need to be provisioned.
The only option for setting the userType field via the SCIM API is “Full.” This means we can only automatically provision users as full users, even when they do not need full edit and creator access.
THE (POSSIBLE) SOLUTION
Include the ability to set the userType attribute to guest via the SCIM API.