automation-cloud-dedicated
latest
false
- 基本情報
- 認証
- 範囲と権限
- プラットフォーム管理 API
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Automation Cloud (専有型) API ガイド
最終更新日時 2025年4月8日
特定のユーザーを削除する
ローカル ユーザー ID に基づいて、指定したユーザーを削除します。
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
API 呼び出しの構築に必要な情報をすべて収集したとします。
{baseURL}
はhttps://<customURL>.dedicated.uipath.com/{organizationName}/{tenantName}/
です。-
{access_token}
は1234
です (長さを考慮)。 - 削除するユーザー ID は
66-ss
です。
呼び出しは次の例のようになります (cURL)。
curl --location --request DELETE 'https://<customURL>.dedicated.uipath.com/{organizationName}/{tenantName}/identity_/api/User/66-ss' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'
curl --location --request DELETE 'https://<customURL>.dedicated.uipath.com/{organizationName}/{tenantName}/identity_/api/User/66-ss' \
--header 'Authorization: Bearer 1234' \
--header 'Content-Type: application/json'