/group/join

From EveryTrail API Developer Documentation

Jump to: navigation, search

PLEASE NOTE, THIS CALL HAS NOT BEEN IMPLEMENTED


Contents

URL

/api/group/join

Semantics

Add a user to a group

Parameters

Parameter nameParameter formatRequiredDescription
usernamestringyesusername for authentication
passwordstringyespassword for authentication
group_idintyesid 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

Personal tools