How can I know which account is managed by Identify providers?
Is there any REST API for this? Can I identify it by access_billable field in https://developer.atlassian.com/cloud/admin/organization/rest/api-group-orgs/#api-orgs-orgid-users-getThanks in advanced!
Hi @Hong Quyen,
Take a looks at the User Provisioning REST APIs:https://developer.atlassian.com/cloud/admin/user-provisioning/rest/api-group-users/#api-scim-directory-directoryid-users-get
I'm pretty sure if you use the Get Users API it will only return those which are provisioned by your identity provider.
I hope that helps!
Thanks a lot for your answer!
For user provisioning REST APIs, it will need the directory id. If an organization have multiple directories, how can I get all directories id by REST API to get all users of each directory.
Hope you have nice day!
Also, is Users managed by identity providers appears in admin.atlassian.net Directory -> Users and https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-bulk-getI see that all users from this API have accountId and accountType, but the users returned from User Provision API don't have AccountId.
I'm new here and I tried to find all documentation and still don't find the answers for this.
Thank you and sorry for this dump question.
Look forward to hearing from you soon!
1) Getting the domains - You are going to want to check out the Get Domains in Organization API: https://developer.atlassian.com/cloud/admin/organization/rest/api-group-orgs/#api-orgs-orgid-domains-get
2) For the difference between the Jira & User Provisioning APIS - One is querying the user list in Jira where every user is assigned an accountID (a unique number that represents you Atlassian ID). The User Provisioning APIs are interacting directly with your third party identity provider so you won't get an Atlassian accountId but you can get much more detailed information about each user.
It looks like you're new here. Sign in or register to get started.