Skip to main content
GET
/
api
/
accounts
/
current
/
members
Error
A valid request URL is required to generate request examples
[
  {
    "_id": "<string>",
    "clerkUserId": "<string>",
    "email": "[email protected]",
    "firstName": "<string>",
    "lastName": "<string>",
    "roles": [
      "owner"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer token using an API key (format nl_live_* or nl_test_*)

Response

List of team members

_id
string
clerkUserId
string
email
string<email>
firstName
string
lastName
string
roles
enum<string>[]
Available options:
owner,
integrator,
ai_architect,
operator,
analyst