🔗 Console REST APITeam

Get user contacts

Retrieves additional email contacts for the organization

GET
/api/users
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/api/users"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
    "email": "string",
    "domain": "string",
    "contactType": "string",
    "timeCreated": "2019-08-24T14:15:22Z",
    "timeLastSignedIn": "2019-08-24T14:15:22Z",
    "lastSignedInSeconds": 0
  }
]
Service StatusGitHub SDK