SalesDesk Docs home pagelight logodark logo
pet
  • PUT
    Update an existing pet.
  • POST
    Add a new pet to the store.
  • GET
    Finds Pets by status.
  • GET
    Finds Pets by tags.
  • GET
    Find pet by ID.
  • POST
    Updates a pet in the store with form data.
  • DEL
    Deletes a pet.
  • POST
    Uploads an image.
store
  • GET
    Returns pet inventories by status.
  • POST
    Place an order for a pet.
  • GET
    Find purchase order by ID.
  • DEL
    Delete purchase order by identifier.
user
  • POST
    Create user.
  • POST
    Creates list of users with given input array.
  • GET
    Logs user into the system.
  • GET
    Logs out current logged in user session.
  • GET
    Get user by user name.
  • PUT
    Update user resource.
  • DEL
    Delete user resource.
SalesDesk Docs home pagelight logodark logo
  • My Account
  • Sign up
Guides
API Reference 10
Guides
API Reference 10
  • My Account
  • Sign up
  • user

    Logs user into the system.

    Log into the system.

    GET
    /
    user
    /
    login
    Copy
    "<string>"

    Query Parameters

    ​
    username
    string

    The user name for login

    ​
    password
    string

    The password for login in clear text

    Response

    200
    application/xml

    successful operation

    The response is of type string.

    Creates list of users with given input array.Logs out current logged in user session.
    websitelinkedin
    Powered by Mintlify
    Copy
    "<string>"
    Assistant
    Responses are generated using AI and may contain mistakes.