Hi team,
I am working on an integration with Atlassian.
My goal is to collect from Atlassian general organization settings.
I am trying to pull via API the following information and can't find the right API calls for that.
1) Atlassian account password policy configuration (e.g minimum of 8 characters, must have upper case etc).
I wonder if this is something that is configured in Atlassian settings or in the specific product of Atlassian (e.g Jira, Confluence etc).
2) Atlassian SAML configuration - e.g signing to Jira/Atlassian/Confluence from Okta.
3) The list of admins in Atlassian - I was able to find a way to pull this data from Jira but not from Atlassian.
If you can guide me on which API calls are required/ API docs it would be great.
Thanks!
Hello @Idan Arie
The Atlassian Cloud Admin APIs will provide most but not all the functionality you are looking for.
Spend some time reading through the documentation to get an idea of the scope of coverage those API endpoints provide. If it's not there, you have to use the GUI.
Have fun.
As David said, you probably won't get everything you're looking for as far as I could tell, but most of what you're looking for might be there in this API:
https://developer.atlassian.com/cloud/admin/organization/rest/api-group-policies/#api-v1-orgs-orgid-policies-get
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.