curl --request POST \
--url https://api.other.page/v1/account/communities/{communityId} \
--header 'Authorization: Bearer <token>'
Join a community as this account.
Required scope: communities.write
.
curl --request POST \
--url https://api.other.page/v1/account/communities/{communityId} \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.