Skip to main content
GET
/
api
/
v1
/
organizations
/
{organizationID}
/
users
List users
curl --request GET \
  --url https://identity.nks.europe-west4.nscale.com/api/v1/organizations/{organizationID}/users \
  --header 'Authorization: Bearer <token>'
[
  {
    "metadata": {
      "id": "ee45f34b-9685-40d8-8724-23c31252ca46",
      "name": "undefined",
      "organizationId": "d4600d6e-e965-4b44-a808-84fb2fa36702",
      "creationTime": "2024-05-31T14:11:00Z",
      "provisioningStatus": "provisioned",
      "healthStatus": "healthy"
    },
    "spec": {
      "subject": "john.doe@acme.com",
      "state": "active",
      "groupIDs": [
        "0aaba80d-67ef-4799-b6d9-59f37e2ce2ad"
      ]
    },
    "status": {
      "lastAcive": "2025-01-12T10:49:13Z"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.nscale.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

An organization ID.

Response

A list of users.

metadata
object
required

Metadata required by organization scoped resource reads.

spec
object
required

A user specification.

status
object
required

Additional user metadata.