...
On enabling the
API Integration
detailed configuration fields are shown, We will need to add some additional information about theorganization
on Azure DevOps.The name of the Azure DevOps organization
→ Your Azure DevOps organization name.Personal Access Token
→ PAT Created using your account with scopes Graph - Read & Member Entitlement Management
How to find
organization
&pat ( Personal Access Token )
?organization
→ When you log in to Azure DevOps dashboard you will see the organization name as part of URL OR just below Azure DevOps icon on top-leftNote: Sync brings in only users of the organization whose name is provided in the configuration. If you have multiple organizations in your account please add them as separate instances.
Personal Access Token
→ Login to Azure DevOps then go to theUser Settings
icon near profile icon on top-right, You will see optionPersonal access tokens
belowUsage
click on it.On the next screen click on
New Token
A form will appear, Give some meaningful token
Name
selectOrganization
you can choose a single organization from the list or All accessible organizations. Set expiration time as per your choice. In the scopes section setCustom defined
instead ofFull access
then enable the following scopes,Graph - Read
Member Entitlement Management - Read
Finally, click
Create
button. On success copy & keep the token at secure place where it can not be accessed by any third party-person.
Now fill in these
organization
&PAT
into the Zilla configuration dialog, ClickNext
Sync will start & accounts from the Azure DevOps will be visible
...