Script for creating Token and for api calling to list userlist who accessed the repository for Collaborating click settings click at personal access tokens click at tokens(classic) export username=<"orgnization_name"> export token=<"token-id"> click at generate new token Type name of the token clone the respository https://github.com/DevOpsLearningbysantosh/shell-scripting-projects.git export username="DevOpsLearningbysantosh" move to /shell-scripting-projects/github-api run sudo apt install jq -y run following command ./list-users.sh <"repo_owner"> <"repository_name">