グループの取得
get
/identities/group/{groupid}
グループID別にグループを取得します。
リクエスト
この操作のリクエスト・パラメータはありません。
レスポンス
サポートされているメディア・タイプ
- application/json
- application/xml
200 レスポンス
成功
本文
ルート・スキーマ: /paths/~1identities~1group~1{groupid}/get/responses/200/schema
例
次の例に、グループID別にグループを取得する場合のレスポンス本文を示します。
{
"levels": 0,
"id": "LoanAnalyticGroup",
"type": "group",
"email": "",
"participants": {
"totalResult": false,
"hasMore": false,
"items": [{
"levels": 0,
"id": "mmitch",
"type": "user",
"email": "mmitch@emailExample.com",
"firstName": "Margaret",
"lastName": "Mitchell",
"mobile": "300000012",
"workPhone": "100000012",
"country": "US",
"language": "en",
"adminFlag": false,
"manager": {
"href": "http://example.com/bpm/api/3.0/identities/user/fkafka",
"length": 0,
"rel": "manager"
},
"reportees": {
"totalResult": false,
"hasMore": false,
"items": []
},
"homePhone": "200000012"
}, {
"levels": 0,
"id": "szweig",
"type": "user",
"email": "szweig@emailExample.com",
"firstName": "Stefan",
"lastName": "Zweig",
"mobile": "300000011",
"workPhone": "100000011",
"country": "US",
"language": "en",
"adminFlag": false,
"manager": {
"href": "http://example.com/bpm/api/3.0/identities/user/szweigidentities/user/fkafka",
"length": 0,
"rel": "manager"
},
"reportees": {
"totalResult": false,
"hasMore": false,
"items": []
},
"homePhone": "200000011"
}]
}
cURLの詳細は、「cURLの使用」を参照してください