Skip to main content
GET
/
users
List Users
curl --request GET \
  --url https://forgegames.org/api/users \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": "<string>",
    "externalId": "<string>",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "teamId": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.forgegames.org/llms.txt

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

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successful response

id
string
required
Maximum string length: 191
externalId
string | null
required
Maximum string length: 191
createdAt
string
required
updatedAt
string | null
required
teamId
string
required
Maximum string length: 191