Get Past Meeting Participants returns the values hidden

Description
When I ran the past_meetings participants API, https://api.zoom.us/v2/past_meetings/95…35/participants?page_size=300&page_number=1

all the results return hidden as *******
What should I do to see those values?
Example response below:

[page_count] => 1
[page_size] => 300
[total_records] => 7
[next_page_token] =>
[participants] => Array
    (
        [0] => stdClass Object
            (
                [id] => anue5......UgZ_Lw
                [name] => ******
                [user_email] => ******
            )

        [1] => stdClass Object
            (
                [id] => wqH......FGT02g
                [name] => ******
                [user_email] => ******
            )

        [2] => stdClass Object
            (
                [id] => wq.......6FGT02g
                [name] => ******
                [user_email] => ******
            )

        [3] => stdClass Object
            (
                [id] =>
                [name] => ******
                [user_email] => ******
            )

        [4] => stdClass Object
            (
                [id] =>
                [name] => ******
                [user_email] => ******
            )

        [5] => stdClass Object
            (
                [id] => anu.....UgZ_Lw
                [name] => ******
                [user_email] => ******
            )

        [6] => stdClass Object
            (
                [id] => anue...tfUgZ_Lw

I use JWT

Which Endpoint/s?
https://api.zoom.us/v2/past_meetings/955…35/participants?page_size=300&page_number=1

Hi @medstar.telehealth this will occur if the user / account’s information is anonymized by HIPAA / BAA agreements.