I have 400 users and I have started using confluence recently. I do not want to invite each user but permit all users access to confluence at once
Can it be done programmatically? How?
Hi Smita
an option would be to use the REST API
https://docs.atlassian.com/software/jira/docs/api/REST/8.3.2/#api/2/user-createUser
The createUser method is still marked as experimental, so it might change.
Alternatively you could use Bob Swifts Confluence CLI
Cheers
Kurt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.