changes.mady.by.user Ivan Pavlovcik
Saved on Jun 30, 2017
...
URL: https://api-stage.bimplus.net/v2/users/<teamslug>/invitations/<invitation_id>/accept
Example: https://api-stage.bimplus.net/v2/bimplus/invitations/55896fad-187e-47da-bdb6-b441607e3de3/accept
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088 Content-Type: application/json
{ "email" : "newuser@allplan.com", "password" : "test" }
Status: 201 Created
{ "teams": [], "id": "b8615afc-99cc-4bcd-b0ca-ff0593ce15c6", "email": "newuser@allplan.com", "status": "Active", "firstname": "", "lastname": "", "company": "", "displayname": "", "info": "", "gender": "", "phoneWork": "", "phoneHome": "", "fax": "", "mobile": "", "birthDate": "", "address": { "street": "", "streetNr": "", "zip": "", "city": "", "country": "" }, "preferedLanguage": "" }
URL: https://api-stage.bimplus.net/v2/<teamslug>/invitations
Example: https://api-stage.bimplus.net/v2/bimplus/invitations
Status: 200 OK
[ { "id": "55896fad-187e-47da-bdb6-b441607e3de3", "email": "newuser@allplan.com", "sender": { "id": "b664c6d9-d8ab-4257-88b0-d38588d979dc", "email": "testadmin@allplan.com", "firstname": "Test", "lastname": "Admin" }, "team": { "id": "d7a504fe-b2ef-4847-bf79-d3733d93e478", "slug": "testteam", "name": "Test Team" }, "invitationText": "Some text", "created": "2016-12-01T07:51:20.843", "changed": "2016-12-01T07:51:20.843", "validTo": "2016-12-08T07:51:20.843", "projects": [ { "projectId": "e3921c6a-6329-441a-a715-e6c818e05043", "roleId": "2baca0e4-2eee-4f7c-bc56-22ed54a1859c" } ] } ]