• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
        authentication
        users
          get
          Get a list of available users
          head
          Check if user exists
          post
          Create a user
          get
          Get a specific user
          patch
          Update a user
        user-roles
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
      Elevate Rental API

Check if user exists

head/users
SecuritybearerAuth
Request
query Parameters
username
string (StringFilterParam)

Filter by username

Example: username=xyz | in:x,y | like:xyz
email
string (StringFilterParam)

Filter by email

Example: email=xyz | in:x,y | like:xyz
Responses
200

Exists

400

Invalid Request

401

Unauthorized

403

Forbidden

404

Not Found