Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User Management Service

...

Anchor
createInvitation
createInvitation

...

Deck of Cards
idbimDeleteInvitation
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: <teamslug>/invitations/<invitation_id>

URLhttps://api-stage.bimplus.net/v2/users/<teamslug>/invitations/<invitation_id>

Examplehttps://api-stage.bimplus.net/v2/bimplus/invitations/55896fad-187e-47da-bdb6-b441607e3de3

Card
labelHTTP Method
 DELETE
Card
labelDescription
 Delete a specified invitation for new user. Please remember that only the Sender is able to delete the invitation 
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK
Anchor

...

acceptInvitation
acceptInvitation
Accept invitation
Deck of Cards
idbimAcceptInvitation
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: <teamslug>/invitations/<invitation_id>/accept

URLhttps://api-stage.bimplus.net/v2/users/<teamslug>/invitations/<invitation_id>/accept

Examplehttps://api-stage.bimplus.net/v2/bimplus/invitations/55896fad-187e-47da-bdb6-b441607e3de3/accept

Card
labelHTTP Method
 PUT
Card
labelDescription
 Since this api call will create new user in Bimplus, the request and response json shall be identical with “create user” api call.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 201 Created

...