次の方法で共有


Motimate (プレビュー)

Motimateは、スカンジナビアの大企業と10年以上にわたり、社内コミュニケーションを改善し、売上を増やし、従業員のトレーニングを改善した結果です。 社内コミュニケーションと企業研修を楽しく簡単に行える、受賞歴のあるSAASソリューションを提供します。

詳細については、motimateapp.com の Motimate をご覧ください。

このコネクタは、次の製品とリージョンで使用できます。

サービス クラス リージョン
コピロット スタジオ Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
ロジック アプリ Standard 次を除くすべての Logic Apps リージョン :
     - Azure Government リージョン
     - Azure China リージョン
     - 米国国防総省 (DoD)
Power Apps Premium 次を除くすべての Power Apps リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
Power Automate Premium 次を除くすべての Power Automate リージョン :
     - 米国政府 (GCC)
     - 米国政府 (GCC High)
     - 21Vianet が運営する China Cloud
     - 米国国防総省 (DoD)
お問い合わせ
名前 Motimate AS
URL https://about.motimateapp.com
Email support@motimateapp.com
コネクタ メタデータ
Publisher Motimate AS
Web サイト https://motimateapp.com
プライバシー ポリシー https://about.motimateapp.com/general-security-information
カテゴリ 通信;人的資源

調整制限

名前 呼び出し 更新期間
接続ごとの API 呼び出し 100 60 秒

アクション

DELETE 位置

position_idで位置を削除する

GET Me

Me

Position - create

新しい位置を作成する

Position - get all

組織内のすべてのポジションを取得する

Position - id で取得

position_idで位置を取得する

POST トークン

oauth トークンを取得する

グループ - ID で取得

group_idでグループを取得する

グループ - ID で更新

group_idでグループを更新する

グループ - ID による削除

group_idでグループを削除する

グループ - すべて取得

すべてのグループを取得する

グループ - 作成

新しいグループを作成する

ユーザー - ID で取得

user_idでユーザーを取得する

ユーザー - ID による削除

user_idによるユーザーの削除

ユーザー - ID による更新

user_idによるユーザーの更新

ユーザー - すべて取得

組織内のすべてのユーザーを取得する

ユーザー - 作成

新しいユーザーの作成

位置 - ID による更新

position_idで位置を更新する

DELETE 位置

position_idで位置を削除する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

Position ID
position_id True string

Motimate の Position ID

GET Me

Me

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

戻り値

名前 パス 説明
id
data.id integer

id

メール
data.email string

メール

employee_number
data.employee_number string

employee_number

first_name
data.first_name string

first_name

last_name
data.last_name string

last_name

organization_role
data.organization_role string

organization_role

phone_number
data.phone_number string

phone_number

Position - create

新しい位置を作成する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

キー
key string

キー

value
value string

value

説明
description string

説明

type string

enabled
enabled boolean

enabled

戻り値

名前 パス 説明
id
data.id integer

id

import_id
data.import_id string

import_id

名前
data.name string

名前

Position - get all

組織内のすべてのポジションを取得する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

戻り値

名前 パス 説明
データ
data array of object

データ

id
data.id integer

id

import_id
data.import_id string

import_id

名前
data.name string

名前

Position - id で取得

position_idで位置を取得する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

Position ID
position_id True string

Motimate の Position ID

戻り値

名前 パス 説明
id
data.id integer

id

import_id
data.import_id string

import_id

名前
data.name string

名前

POST トークン

oauth トークンを取得する

パラメーター

名前 キー 必須 説明
サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

ユーザー名
username True string

Motimate の管理者ユーザー

パスワード
password True password

Motimate の管理者パスワード

クライアント ID
client_id True password

アプリケーション クライアント ID (Motimate によって提供)

戻り値

名前 パス 説明
access_token
access_token string

access_token

作成日時
created_at integer

作成日時

expires_in
expires_in integer

expires_in

refresh_token
refresh_token string

refresh_token

token_type
token_type string

token_type

グループ - ID で取得

group_idでグループを取得する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

グループ ID
group_id True string

Motimate のグループ ID

戻り値

名前 パス 説明
id
data.id integer

id

kind
data.kind string

kind

レベル
data.level string

レベル

名前
data.name string

名前

グループ - ID で更新

group_idでグループを更新する

パラメーター

名前 キー 必須 説明
グループ ID
group_id True string

Motimate のグループ ID

Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

kind
kind string

kind

名前
name string

名前

戻り値

名前 パス 説明
id
data.id integer

id

kind
data.kind string

kind

レベル
data.level string

レベル

名前
data.name string

名前

グループ - ID による削除

group_idでグループを削除する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

グループ ID
group_id True string

Motimate のグループ ID

グループ - すべて取得

すべてのグループを取得する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

戻り値

名前 パス 説明
データ
data array of object

データ

id
data.id integer

id

kind
data.kind string

kind

レベル
data.level string

レベル

名前
data.name string

名前

parent_id
data.parent_id integer

parent_id

グループ - 作成

新しいグループを作成する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

キー
key string

キー

value
value string

value

説明
description string

説明

type string

enabled
enabled boolean

enabled

戻り値

名前 パス 説明
id
data.id integer

id

kind
data.kind string

kind

レベル
data.level string

レベル

名前
data.name string

名前

parent_id
data.parent_id integer

parent_id

ユーザー - ID で取得

user_idでユーザーを取得する

パラメーター

名前 キー 必須 説明
ユーザー ID
user_id True string

Motimate のユーザー ID

Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

戻り値

名前 パス 説明
メール
data.email string

メール

employee_number
data.employee_number string

employee_number

first_name
data.first_name string

first_name

id
data.id integer

id

last_name
data.last_name string

last_name

phone_number
data.phone_number string

phone_number

organization_role
data.organization_role string

organization_role

groups
data.groups array of object

groups

data.groups.id integer

groups.id

data.groups.kind string

groups.kind

data.groups.level string

groups.level

名前
data.groups.name string

groups.name

位置
data.positions array of object

位置

data.positions.id integer

positions.id

data.positions.name string

positions.name

ユーザー - ID による削除

user_idによるユーザーの削除

パラメーター

名前 キー 必須 説明
ユーザー ID
user_id True string

Motimate のユーザー ID

Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

ユーザー - ID による更新

user_idによるユーザーの更新

パラメーター

名前 キー 必須 説明
ユーザー ID
user_id True string

Motimate のユーザー ID

Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

メール
email string

メール

first_name
first_name string

first_name

last_name
last_name string

last_name

phone_number
phone_number string

phone_number

organization_role
organization_role string

organization_role

_削除
_delete boolean

_削除

group_id
group_id integer

group_id

ロール
role string

ロール

_削除
_delete boolean

_削除

position_id
position_id integer

position_id

戻り値

名前 パス 説明
メール
data.email string

メール

employee_number
data.employee_number string

employee_number

first_name
data.first_name string

first_name

id
data.id integer

id

last_name
data.last_name string

last_name

phone_number
data.phone_number string

phone_number

organization_role
data.organization_role string

organization_role

groups
data.groups array of object

groups

data.groups.id integer

groups.id

data.groups.kind string

groups.kind

data.groups.level string

groups.level

data.groups.name string

groups.name

位置
data.positions array of object

位置

data.positions.id integer

positions.id

data.positions.name string

positions.name

ユーザー - すべて取得

組織内のすべてのユーザーを取得する

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

戻り値

名前 パス 説明
データ
data array of object

データ

メール
data.email string

メール

employee_number
data.employee_number string

employee_number

first_name
data.first_name string

first_name

last_name
data.last_name string

last_name

phone_number
data.phone_number string

phone_number

organization_role
data.organization_role string

organization_role

ユーザー - 作成

新しいユーザーの作成

パラメーター

名前 キー 必須 説明
Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

メール
email string

メール

employee_number
employee_number string

employee_number

first_name
first_name string

first_name

last_name
last_name string

last_name

phone_number
phone_number string

phone_number

organization_role
organization_role string

organization_role

group_relations
group_relations array of

group_relations

position_relations
position_relations array of

position_relations

戻り値

名前 パス 説明
メール
data.email string

メール

employee_number
data.employee_number string

employee_number

first_name
data.first_name string

first_name

id
data.id integer

id

last_name
data.last_name string

last_name

phone_number
data.phone_number string

phone_number

organization_role
data.organization_role string

organization_role

groups
data.groups array of object

groups

data.groups.id integer

groups.id

kind
data.groups.kind string

kind

レベル
data.groups.level string

レベル

名前
data.groups.name string

名前

位置
data.positions array of object

位置

data.positions.id integer

positions.id

名前
data.positions.name string

名前

位置 - ID による更新

position_idで位置を更新する

パラメーター

名前 キー 必須 説明
Position ID
position_id True string

Motimate の Position ID

Authorization
Auth True string

アクセス トークンを使用した承認 (形式: "Bearer" + {access_token})

サブドメイン
subdomain True string

motimateapp.com する組織のサブドメインを指定します。

import_id
import_id string

import_id

名前
name string

名前

戻り値

名前 パス 説明
id
data.id integer

id

import_id
data.import_id string

import_id

名前
data.name string

名前