xebia-functional / xef

Building applications with LLMs through composability, in Kotlin, Scala, ...

Home Page:https://xef.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Endpoints for user management

Montagon opened this issue · comments

Endpoints

User management

  • PUT /v1/settings/users
  • DELETE /v1/settings/users
  • GET /v1/settings/users

Organizations/User management

  • POST /v1/settings/org/{id}/users -> Add users to the org using the email
  • DELETE /v1/settings/org/{orgId}/user/{userId}

Restrictions

All those endpoints relate to the logged user.