Hi Community,
I want to disable only the JIRA Access but not confluence or other services through REST API. I see there is only a REST API to remove the entire profile in Atlassian.
Appreciate if you can share with me more details.
With Warmest Regards,
Anson
Hi @Anson Fung ,
The current public APIs for users are only related to the products themselves and not our Identity Platform (Where the Atlassian accounts are) to perform actions such as Disable the entire Atlassian account or edit user details.
Please take a look to this ticket https://jira.atlassian.com/browse/ID-6305
Hope this helps,
Fabio
Hi @Fabio Racobaldo _Catworkx_ ,
Nice to know you and thanks so much for your prompt reply.
Yes, I would like to revoke the JIRA access for a specific user but keeping their Confluence website.
I have screened the whole REST APIs catalogue and just do not know if I have miss out something.
Cheers,
Anson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Anson Fung ,
based on the following documentation https://developer.atlassian.com/cloud/admin/user-provisioning/rest/intro/ you can update product access per user just updating group (product access is based on groups) through the following REST API https://developer.atlassian.com/cloud/admin/user-provisioning/rest/api-group-groups/#api-scim-directory-directoryid-groups-id-patch
It should resolve your doubts.
Please, let me know,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fabio Racobaldo _Catworkx_ ,
It seems what I am looking for, let me study it. Thanks a lot for your kind help.
Good Day Mate
Cheers,
Anson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.