\r
## Implemented API calls (not compatible with other API’s)\r
\r
-### users/group_show\r
+### friendica/group_show\r
Return all or a specified group of the user with the containing contacts as array.\r
\r
#### Parameters\r
* user: array of group members (return from api_get_user() function for each member)\r
\r
\r
-### users/group_delete\r
+### friendica/group_delete\r
delete the specified group of contacts; API call need to include the correct gid AND name of the group to be deleted.\r
\r
### Parameters\r
* wrong users: empty array\r
\r
\r
-### users/group_create\r
+### friendica/group_create\r
Create the group with the posted array of contacts as members. \r
#### Parameters\r
* name: name of the group to be created\r
* wrong users: array of users, which were not available in the contact table \r
\r
\r
-### users/group_update\r
+### friendica/group_update\r
Update the group with the posted array of contacts as members (post all members of the group to the call; function will remove members not posted). \r
#### Parameters\r
* gid: id of the group to be changed\r