Skip to main content
GET
/
users
cURL
curl --request GET \
  --url https://api.lucidtech.ai/{basePath}/users \
  --header 'Authorization: Bearer <token>'
{
  "nextToken": "<string>",
  "users": [
    {
      "updatedTime": "<string>",
      "metadata": {},
      "updatedBy": "<string>",
      "createdBy": "<string>",
      "name": "<string>",
      "createdTime": "<string>",
      "description": "<string>",
      "userId": "<string>",
      "roleIds": [
        "<string>"
      ],
      "profileId": "<string>",
      "status": "inactive"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

nextToken
string
maxResults
string

Response

200 response

nextToken
string | null
required
Maximum string length: 4096
users
object[]
required