Get auth user
Show the auth user in site.
GET api/servers/{server}/sites/{id}/auth-users/{authUserId}
Example request:
curl -X GET "https://ploi.io/api/servers/{server}/sites/{id}/auth-users/{authUserId}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"