List all the site users for a SiteAsk AIget https://api.rocket.net/v1/sites/{id}/usersFor a given site, list all site user which have access to itPath ParamsidintegerrequiredID of the Site you are interacting withQuery ParamssearchstringSearch based on the site user's email/namepageinteger≥ 1Defaults to 1Page of results to include (default = 1)per_pageinteger1 to 1000Defaults to 10How many results to include in each page (default = 10)sortstringenumSort results by the following propertyemailuser_idstatusAllowed:emailuser_idstatusdirectionstringenumDirection to sort results in (asc = ascending, desc = descending)ascdescASCDESCAllowed:ascdescASCDESCResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago