Skip to main content
Answer

Doc Error on Rest API for Listing Users

  • February 25, 2025
  • 1 reply
  • 34 views

Michel L
Forum|alt.badge.img+11

Not so much important but I noticed a mistake in the documentation here:

https://developer.lucid.co/reference/listusers

The result is describe like that:

[
{
"accountId": 100,
"email": "john-doe@example.com",
"name": "John Doe",
"userId": 101,
"usernames": "johndoe",
"roles": [
"billing-admin",
"team-admin"
]
}
]

But the “usernames” field is “username”.so it would be :

[
{
"accountId": 100,
"email": "john-doe@example.com",
"name": "John Doe",
"userId": 101,
"username": "johndoe",
"roles": [
"billing-admin",
"team-admin"
]
}
]

Regards

Best answer by Jeremy Lakey

Thanks Michel!

We will get it fixed.

Comments

Forum|alt.badge.img+2
  • Lucid product team
  • Answer
  • February 25, 2025

Thanks Michel!

We will get it fixed.