How to add bulk set of users at once

We have a requirement where we have to grant access to 300+ people to access the R-Connect (Posit) application for different environments. Since we can’t add each users manually, is there a way where:

  1. We can add bulk set of users (300+) at once.
  2. We should create a group and then add those users in that group? If yes How to use groups in Rconnect for access provisioning?

Please let us know if we can setup a meeting on the same and PFA for the above query for reference.

Hi Team,

As per the reference links given by Rich:

They can also use the API to create groups as well:
https://docs.posit.co/connect/api/#put-/v1/groups
https://docs.posit.co/connect/api/#post-/v1/groups

As mentioned, POST method supports OAuth2 but I am unable to create a group using both PUT and POST method.

Could you please help me out with this and PFA for reference:

Thanks,
Ajay