Options
All
  • Public
  • Public/Protected
  • All
Menu

UsersApi - object-oriented interface

export

Hierarchy

  • BaseAPI
    • UsersApi

Index

Constructors

constructor

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = ...
    • axios: AxiosInstance = ...

    Returns UsersApi

Properties

Protected axios

axios: AxiosInstance = ...

Protected basePath

basePath: string = ...

Protected configuration

configuration: undefined | Configuration

Methods

addUser

deleteUser

  • Delete a specific user.

    summary

    delete_user

    throws

    {RequiredError}

    memberof

    UsersApi

    Parameters

    Returns Promise<AxiosResponse<void>>

getUserById

getUsers

  • Get a list of information about all users.

    summary

    get_users

    throws

    {RequiredError}

    memberof

    UsersApi

    Parameters

    Returns Promise<AxiosResponse<UsersResponse[]>>

updateUser

  • Make a change to an existing user; for example, make a user an administrator.

    summary

    update_user

    throws

    {RequiredError}

    memberof

    UsersApi

    Parameters

    Returns Promise<AxiosResponse<void>>