Community member check

Overview

This endpoint enables you to verify whether a user belongs to a community. Unlike most of the endpoints, this one can be called on any communities, even if you are not an admin of it.

API Reference

Check if the user is a member of the community

post
Path parameters
subdomainstringRequired
Header parameters
x-api-keystringRequired
Body
userIdstring · uuidRequired
Responses
200
200
post
POST /public/communities/{subdomain}/member HTTP/1.1
Host: api-v2.zealy.io
x-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 49

{
  "userId": "123e4567-e89b-12d3-a456-426614174000"
}

No content

Last updated

Was this helpful?