Skip to main content
Ctrl+K

GroupVAN

  • Authentication
  • Gateway
  • Reference
  • API V2
    • API V2.1
    • API V3
  • Authentication
  • Gateway
  • Reference
  • API V2
  • API V2.1
  • API V3

Section Navigation

  • Catalog
    • Vehicles
    • Top Categories
    • Categories
    • Products
    • Products Assets
    • Product Info
    • Application Assets
    • Buyer’s Guide
    • Interchange
  • Search
    • Products
    • Vehicles
    • VIN
    • Plate
  • Member
    • Account Search
  • Reference
  • API V2.1
  • Member
  • Account Search

Account Search#

This service is used to search for users associated with an account.

Request

GET /v2_1/member/account_search?account_id={account_id}

Query Parameters

account_id string required

The account ID to search for

Example

GET /v2_1/member/account_search?account_id=123456

Response

[
    {
        "user_id": 1,
        "username": "jsmith",
        "account_id": "123456",
        "first_name": "John",
        "last_name": "Smith",
        "email": "jsmith@example.com",
        "company_name": "Smith Auto Parts"
    },
    {
        "user_id": 2,
        "username": "jdoe",
        "account_id": "123456",
        "first_name": "Jane",
        "last_name": "Doe",
        "email": "jdoe@example.com",
        "company_name": "Smith Auto Parts"
    }
]

Response Fields

user_id integer

The user’s ID

username string

The user’s username

account_id string

The account ID

first_name string

The user’s first name

last_name string

The user’s last name

email string

The user’s email address

company_name string

The user’s company name

previous

Member

next

Reference

This Page

  • Show Source

© Copyright 2024 Federated Auto Parts.