Versions Compared

Key

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

...

Deck of Cards
idbimGetUserActivationStatus
Card
labelHTTP Method
 GET
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: administration/users/<user_id>

URLhttps://api-stage.bimplus.net/v2/administration/users/<user_id>

Examplehttps://api-stage.bimplus.net/v2/administration/users/<user_id>

Card
labelDescription

 Get the activation status and the status log of the specified user. Please remember that this service can be used only by the shop/portal (secured using the application_id of portal)

Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK
Code Block
borderColorRed
titleJSON
langxml
{
    "id": "237c8f43-a01b-c6e8-0c14-d167620466ed",
    "email": "user1@bimplus.net",
    "status": "Active",
    "adminLog": [
        {
            "id": "3ccecf46-69fa-4a5f-bca3-a2cb0098fcac",
            "action": "Active",
            "author": "ae041e7312da9e4ac64403fbcdde21517b",
            "reason": "Testing the deactivate functionality",
            "timestamp": "2014-02-07T08:17:00.5172929"
        },
        {
            "id": "43d3187e-87a5-4e11-9f68-a2c90097e2ba",
            "action": "Disabled",
            "author": "ce041e7312da9e4ac64403fbcdde21517d",
            "reason": "Testing the deactivate functionality",
            "timestamp": "2014-02-05T08:12:59.9252404"
        },
        {
            "id": "0f2d654a-3630-4ec9-9039-a2c900977117",
            "action": "Active",
            "author": "ae041e7312da9e4ac64403fbcdde21517b",
            "reason": "Testing the deactivate functionality",
            "timestamp": "2014-02-05T08:11:22.9546122"
        },
        {
            "id": "e6081130-7ab5-45a7-a168-a2c8012a560a",
            "action": "Disabled",
            "author": "ae041e7312dagg9e4ac64403fbcdde21517u",
            "reason": "Testing the deactivate functionality",
            "timestamp": "2014-02-04T17:06:12.5076209"
        }
    ]
}

Anchor
getTeamActivationStatus
getTeamActivationStatus

Get the activation status and the status log for a team 
Deck of Cards
idbimGetTeamActivationStatus
Card
labelHTTP Method
 GET
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: administration/teams/<team_id>

URLhttps://api-stage.bimplus.net/v2/administration/teams/<team_id>

Examplehttps://api-stage.bimplus.net/v2/administration/teams/<team_id>

Card
labelDescription

 Get the activation status and the status log of the specified team. Please remember that this service can be used only by the shop/portal (secured using the application_id of portal)

Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK
Code Block
borderColorRed
titleJSON
langxml
{
    "publicRead": false,
    "publicWrite": false,
    "teamDbName": "BimPlus.Tenant.Dev.jay-company",
    "payment": null,
    "lastLogin": "0001-01-01T00:00:00",
    "failedLogins": 0,
    "owner": {
        "id": "71e0ac3b-fa49-e540-ac2f-8caff3dd72ed",
        "email": "jayaraj.purushothaman@gmail.com",
        "firstname": "Jayaraj",
        "lastname": "Purushothaman",
        "company": "Jay Company",
        "fullname": "Jayaraj Purushothaman",
        "displayname": "Jayaraj Purushothaman [Jay Company]",
        "info": "",
        "gender": "MR",
        "phoneWork": "",
        "phoneHome": "",
        "fax": "",
        "mobile": "",
        "birthDate": "0000-00-00",
        "address": {
            "street": "Konrad Zuse platz",
            "streetNr": "1",
            "zip": "81829",
            "city": "Munich",
            "country": "Germany"
        },
        "preferedLanguage": "en",
        "wrongLogins": 0
    },
    "invitees": 2,
    "teamMembers": [
        {
            "id": "6e67ba07-50c3-d51d-23f0-3ac0d8788202",
            "firstname": "Unknown",
            "lastName": "User",
            "fullName": "Unknown User",
            "email": "jayaraj.purushothaman@bimplus.net",
            "roleName": null,
            "invitationStatus": null
        },
        {
            "id": "237c8f43-a01b-c6e8-0c14-d167620466ed",
            "firstname": "Unknown",
            "lastName": "User",
            "fullName": "Unknown User",
            "email": "ssudha84@gmail.com",
            "roleName": null,
            "invitationStatus": null
        }
    ],
    "adminLog": [
        {
            "id": "efb4a35a-b47b-4b81-bebf-a2cb00a0317f",
            "action": "Disabled",
            "author": "afe041e7312da9e4ac64403fbcdde215",
            "reason": "Testing the deactivate functionality",
            "timestamp": "2014-02-07T08:43:14.7675944"
        },
        {
            "id": "ab516ade-a01a-4938-8c28-a2cb00a02170",
            "action": "Active",
            "author": "afe041e7312da9e4ac64403fbcdde215",
            "reason": "Testing the deactivate functionality",
            "timestamp": "2014-02-07T08:43:01.0644085"
        }
    ],
    "id": "c3018713-a313-4bab-a952-2fddb58fb171",
    "slug": "jay-company",
    "name": "Jay Company",
    "server": "k2146.ims-firmen.de",
    "ownerId": "71e0ac3b-fa49-e540-ac2f-8caff3dd72ed",
    "status": "Disabled",
    "countMembers": 3,
    "countProjects": 1,
    "usedSpace": 106
}

 

Anchor
dbServerStatistics
dbServerStatistics

...