Get List User

This API is used to get a list of previously created employees.

Note:

  • API used for integration case as Partner.

  • API_KEY: <shop_key>

  • Partner base_url information

GetAccountUsers

post
Body
Responses
200

A successful response

application/json
post
$BASE_URL.Shop/GetAccountUsers
200

A successful response

Request:

Response:

Request body structure:

School name
Data type
Describe

extension_number

string

Extension number

has_extension

boolean

True

False

name

string

Employee ID assigned to extension

phone

string

Employee phone number

user_ids

array of int64

Employee ID

Return data attribute structure:

Parameters
Data type
Describe

account_id

string<int64>

Shop owner account ID

deleted

boolean

True

False

email

string

Email address

full_name

string

Employee Name

phone

string

Employee phone number

user_id

string

Employee ID

Last updated