I am querying a Odata V2 service to fetch group members.
The request that I tried is: /odata/v2/getUsersByDynamicGroup?groupId=6914&activeOnly=true
.
The query param groupId
should be Edm.Int64.
On the other hand, I supplied the group ID from /odata/v2/DynamicGroup
response.
How can cast the groupId to work as Edm.Int64
?