Community Users

When try to get the community users using this Api

$API = “https://apix.eu.amity.co/api/v3/communities/662625acf62e84d25836dbb1/users?memberships=member”;

I got this error

{
    "status": "error",
    "message": "Parameters validation error!",
    "code": 500000,
    "data": {
        "detail": [
            "The 'memberships' field must be an array."
        ]
    }
}

@hossam Could you please try making the adjustments as follows:

https://apix.eu.amity.co/api/v3/communities/662625acf62e84d25836dbb1/users?memberships[]=member;