v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Users

List all users

List all users for your organization.

get/api/v1/user

Response

OK

Example response

{
  "users": [
    {
      "access_role": "ro",
      "email": "test@datadoghq.com",
      "handle": "test@datadoghq.com",
      "icon": "/path/to/matching/gravatar/icon",
      "name": "test user",
      "verified": true
    }
  ]
}