/group/join
From EveryTrail API Developer Documentation
PLEASE NOTE, THIS CALL HAS NOT BEEN IMPLEMENTED
Contents |
URL
/api/group/join
Semantics
Add a user to a group
Parameters
| Parameter name | Parameter format | Required | Description |
|---|---|---|---|
| username | string | yes | username for authentication |
| password | string | yes | password for authentication |
| group_id | int | yes | id of the group |
Success Response
<etGroupJoinResponse status="success"> <groupID>${group ID}</groupID> </etGroupJoinResponse>
${group ID}: ID of the group
Error Response
<etGroupJoinResponse status="error"> <groupID>${group ID}</groupID> ${error reponse} </etGroupJoinResponse>
${group ID}: ID of the group
${error reponse}: See format in Error Reponse Format
