アカウント情報の照会
アカウント ID を用いてメンバー情報を照会します。
API の種類
サーバー API
Request URL
https://apis.worksmobile.com/r/{API_ID}/contact/v2/accounts/{accountId}
HTTP Method
GET
Path Parameters
パラメータ | タイプ | 必須 | 説明 |
---|---|---|---|
accountId | String | Y | 照会するアカウントID |
Request Example
GET https://apis.worksmobile.com/r/apiid/contact/v2/accounts/EX123
Response
プロパティ | タイプ | 説明 |
---|---|---|
name | String | 名前 |
organizationName | String | 会社名 |
levelName | String | 職級 |
representOrgUnitName | String | (代表)組織 |
representPositionName | String | (代表)役職 |
externalKey | String | メンバーの ExternalKey |
Response Example
{
"name" : "name",
"organizationName" : "organization",
"levelName" : "level",
"representOrgUnitName" : "orgUnit",
"representPositionName" : "position",
"externalKey" : "EX123"
}