
Announcements
Hi Team,
I am trying to get a site permissions means (_layouts/15/user.aspx)
Here are the parameters:
Site URL: Https://testsite.SP.com/Test
URI :_api/web/roleassignments?$expand=Member/users,RoleDefinitionBindings
initially, it's working fine, I can able to get site permissions,
but after some time I used to append some validations then it started to shows
I just removed/created a new flow to test, but still the same issue I can not loop the site permission.
If it receives any null value I don't see any like Title: Site Owners, Name: FullControl
How to fix this issue.
Kindly advise me ASAP.
Hi @Anonymous ,
Please add null to the User Id field as below. Please look into the schema and modify it.
{
"type": ["number","null"]
}