Hi @Kripa
If you are trying to get another user's transcript, then application permissions will be necessary. Application permissions are tenant-wide and can access data on behalf of all users within the tenant without requiring the user to log in.
To request an application token, you need to provide properties such as tenant id, client id, client secret, etc., and then use the daemon-based client credentials flow to perform identity authentication.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.