unblock-user action endpoint
URL: /groups/<id>/unblock-user.<format>
Supported Methods
POST | Remove the block preventing the given user from joining the selected group. |
POST Request Object Type
This endpoint accepts the following properties in POST requests:
- userId (string)
- (Required) The urlId of the user who is being unblocked.
Client Library Methods for PHP
- Remove the block preventing the given user from joining the selected group.
$tp->groups->unblockUser(array( # Required Parameters "id" => $id, "payload" => $payload, ))