Skip to content

Latest commit

 

History

History
74 lines (44 loc) · 1.92 KB

CustomersApi.md

File metadata and controls

74 lines (44 loc) · 1.92 KB

CustomersApi

All URIs are relative to **

Method HTTP request Description
accountByCustomeruuidGet GET /1.0.0/account/{customeruuid} Get account information details
accountUserByCustomeruuidGet GET /1.0.0/account/{customeruuid}/user List users

accountByCustomeruuidGet

Get account information details

Get the account information for the specified customer

Example

TelstraTPN accountByCustomeruuidGet customeruuid=value

Parameters

Name Type Description Notes
customeruuid string Unique identifier representing a specific customer

Return type

array[AccountResponse]

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

accountUserByCustomeruuidGet

List users

List all users associated with the specified customer

Example

TelstraTPN accountUserByCustomeruuidGet customeruuid=value

Parameters

Name Type Description Notes
customeruuid string Unique identifier representing a specific customer

Return type

array[User]

Authorization

auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]