AlphaAlpha Docs
API ReferenceTenants -members

Get all pending members for tenant

Get all pending members for the current tenant

GET
/tenants/members/pending
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/tenants/members/pending"
{
  "pendingClientInvites": [
    {
      "email": "string",
      "firstName": "string",
      "hasFullAccess": true,
      "id": "string",
      "language": "string",
      "lastLogin": "2019-08-24T14:15:22Z",
      "lastName": "string",
      "profile": {
        "avatar": {
          "blobId": "string",
          "height": 0,
          "thumbnailBlobId": "string",
          "width": 0
        },
        "displayName": "string",
        "logo": {
          "blobId": "string",
          "height": 0,
          "thumbnailBlobId": "string",
          "width": 0
        }
      },
      "projectAccess": [
        "string"
      ],
      "roles": [
        "string"
      ],
      "status": "ACTIVE",
      "subsidiaryAccess": [
        "string"
      ],
      "tenantId": "string",
      "twoFactorEnabled": true,
      "verified": true
    }
  ],
  "pendingInvites": [
    {
      "email": "string",
      "firstName": "string",
      "hasFullAccess": true,
      "id": "string",
      "language": "string",
      "lastLogin": "2019-08-24T14:15:22Z",
      "lastName": "string",
      "profile": {
        "avatar": {
          "blobId": "string",
          "height": 0,
          "thumbnailBlobId": "string",
          "width": 0
        },
        "displayName": "string",
        "logo": {
          "blobId": "string",
          "height": 0,
          "thumbnailBlobId": "string",
          "width": 0
        }
      },
      "projectAccess": [
        "string"
      ],
      "roles": [
        "string"
      ],
      "status": "ACTIVE",
      "subsidiaryAccess": [
        "string"
      ],
      "tenantId": "string",
      "twoFactorEnabled": true,
      "verified": true
    }
  ],
  "pendingRequests": [
    {
      "email": "string",
      "firstName": "string",
      "hasFullAccess": true,
      "id": "string",
      "language": "string",
      "lastLogin": "2019-08-24T14:15:22Z",
      "lastName": "string",
      "profile": {
        "avatar": {
          "blobId": "string",
          "height": 0,
          "thumbnailBlobId": "string",
          "width": 0
        },
        "displayName": "string",
        "logo": {
          "blobId": "string",
          "height": 0,
          "thumbnailBlobId": "string",
          "width": 0
        }
      },
      "projectAccess": [
        "string"
      ],
      "roles": [
        "string"
      ],
      "status": "ACTIVE",
      "subsidiaryAccess": [
        "string"
      ],
      "tenantId": "string",
      "twoFactorEnabled": true,
      "verified": true
    }
  ]
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}