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
Path parameters
subdomainstringRequired
Header parameters
x-api-keystringRequired
Body
userIdstring · uuidRequired
Responses
200
200
400
400
application/json
401
401
application/json
403
403
application/json
404
404
application/json
409
409
application/json
429
429
application/json
500
500
application/json
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?