Is it possible to add users into a workspace without sending invitation?
Best answer by Martin Burian
Yes, it is possible and there are 2 options how to do that:
- You can use GoodData User brick which takes care of user provisioning: https://help.gooddata.com/doc/en/project-and-user-administration/managing-projects-via-life-cycle-management/bricks/users-brick
- You can add the user via API. The API way is described here: https://help.gooddata.com/doc/en/project-and-user-administration/managing-users-in-projects/provisioning-users-to-domains-and-projects#ProvisioningUserstoDomainsandProjects-AddingorInvitingUserstoaProject. GoodData Ruby SDK can help you with working with GoodData API. Adding users via the Ruby SDK is described here: https://sdk.gooddata.com/gooddata-ruby-doc/docs/working_with_users.html.