Skip to main content
PATCH
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
/
members
/
:memberId
/
approve
Approve Member
curl --request PATCH \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/members/:memberId/approve
{
  "message": "<string>",
  "membership": {}
}
Sets a pending member’s status to "active". Requires the caller to be a moderator or admin.

Path Parameters

spaceId
string
required
UUID of the space.
memberId
string
required
UUID of the membership record to approve.

Response

message
string
Confirmation message.
membership
object
Updated membership with id, status: "active", and joinedAt.
See also: useApproveMember