N8n API - GET - List project members

Describe the problem/error/question

Hello there,
I have noticed that the API documentation has been updated. I was instantly excited to finally use the GET parameter for project members. I enabled the api token to handle the requiered “user:list scope”, but the system rejected my http request. Since every other node with the same syntax worked, i figuered that this endpoint must still be blocked on V.2.7.4?! Therefore my question, is the endpoint not activated yet?

Link to the documentation: API reference | n8n Docs

What is the error message (if any)?

"GET method not allowed"

Please share your workflow

Share the output returned by the last node

[

{

“message”:
“GET method not allowed”

}
]

Information on your n8n setup

  • n8n version: 2.7.4
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Linux

hello @MoBu

yes, seems it’s not yet activated.

1 Like

It should works since v2.8.0

Yeah that endpoint got added in 2.8.0 so you’re just one version behind, the docs sometimes get updated before the actual release ships which can be confusing. Once you update to 2.8+ it should work fine with your existing setup since you already have the user:list scope configured.