{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/account/invitations/accept/","auth":"required","examples":{"codes":[{"language":"curl","code":"curl -X POST \\\n-H \"X-API-KEY: <ACCOUNT_KEY>\" \\\n-H \"Content-Type: application/json\" \\\n-d '{\"invitation_key\":\"<key>\"}' \\\n\"https://api.syncano.io/v1.1/account/invitations/accept/\"","name":""},{"language":"python","code":"# feature not supported in Python library"},{"code":"var Syncano = require(\"syncano\");\nvar connection = Syncano({accountKey: \"ACCOUNT_KEY\"});\nvar Invitation = connection.Invitation;\n\nInvitation.please().accept(INVITATION_KEY).then(callback);","language":"javascript"}]},"method":"post","params":[{"name":"invitation_key","type":"string","default":"","desc":"Invitation key (received when you create an invitation or when you receive it)","required":true,"in":"body","ref":"","_id":"55661074979a3c2500bbaef5"}],"results":{"codes":[{"status":204,"name":"","code":"(empty)","language":"json"},{"name":"","code":"{\n \"invitation_key\": [\n \"This field is required.\"\n ]\n}","language":"json","status":400},{"code":"{\n \"detail\": \"No such API Key.\"\n}","language":"json","status":403}]},"settings":"56c50c06d1b8770d00922288"},"next":{"description":"","pages":[]},"title":"Invitation - accept","type":"endpoint","slug":"account-invitations-accept","excerpt":"","body":"Method allowing you to accept received invitation.\n\nAccepting the invitation with proper invitation key will give an empty response.\n\nYou can read more about Admin invitations in the [Administrators chapter](http://docs.syncano.com/docs/administrators).","updates":["55f2a2d291bd671700c9c312"],"order":2,"isReference":true,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"56c5062fbdcde80d00498698","project":"54774d9af3736008009e9e0e","editedParams2":true,"githubsync":"","__v":0,"category":{"sync":{"isSync":false,"url":""},"pages":["56c5062fbdcde80d00498696","56c5062fbdcde80d00498697","56c5062fbdcde80d00498698","56c5062fbdcde80d00498699"],"title":"Invitations (Received)","slug":"invitations-received","order":12,"from_sync":false,"reference":true,"_id":"56c50628bdcde80d00498640","project":"54774d9af3736008009e9e0e","__v":1,"createdAt":"2015-05-27T16:54:13.381Z","version":"56c50626bdcde80d00498635"},"user":"548193732dca603300bf6ea1","parentDoc":null,"version":{"version":"0.1.1","version_clean":"0.1.1","codename":"API v1.1","is_stable":false,"is_beta":false,"is_hidden":false,"is_deprecated":true,"categories":["56c50628bdcde80d00498636","56c50628bdcde80d00498637","56c50628bdcde80d00498638","56c50628bdcde80d00498639","56c50628bdcde80d0049863a","56c50628bdcde80d0049863b","56c50628bdcde80d0049863c","56c50628bdcde80d0049863d","56c50628bdcde80d0049863e","56c50628bdcde80d0049863f","56c50628bdcde80d00498640","56c50628bdcde80d00498641","56c50628bdcde80d00498642","56c50628bdcde80d00498643","56c50628bdcde80d00498644","56c50628bdcde80d00498645","56c50628bdcde80d00498646","56c50628bdcde80d00498647","56c506a018f0c90d002808de","56c6b0baf795cf0d003ec13e","56fe58eb5a08190e00085149","571764513cf2960e0009a635","571fc008ffbc6a2000b25bb5","5739ca371f4b740e00b06e09","577522f197a3830e004bcc1b","57753d5ffecd260e00d86ce6","57adb71efaa7a10e004495b6"],"_id":"56c50626bdcde80d00498635","project":"54774d9af3736008009e9e0e","__v":10,"createdAt":"2016-02-17T23:45:42.869Z","releaseDate":"2016-02-17T23:45:42.869Z"},"createdAt":"2015-05-27T16:59:30.129Z","editedParams":true}
postInvitation - accept
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Body Params
invitation_key:
required
string
Invitation key (received when you create an invitation or when you receive it)