ユーザーの取得
get
/identities/user/{userid}
ユーザーID別にユーザーを取得します。
リクエスト
この操作のリクエスト・パラメータはありません。
トップに戻るレスポンス
サポートされているメディア・タイプ
- application/json
- application/xml
200レスポンス
成功
ルート・スキーマ: schema
例
次の例に、ユーザーID別にユーザーを取得する場合のレスポンス本文を示します。
{ "levels": 0, "id": "jlondon", "type": "user", "email": "jlondon@emailExample.com", "firstName": "Jack", "lastName": "London", "mobile": "300000008", "workPhone": "100000008", "country": "US", "language": "en", "adminFlag": false, "manager": { "href": "http://example.com/bpm/api/3.0/identities/user/sfitzger", "length": 0, "rel": "manager" }, "reportees": { "totalResult": false, "hasMore": false, "items": [] }, "homePhone": "200000008", "groups": { "totalResult": false, "hasMore": false, "items": [{ "levels": 0, "id": "LoanAgentGroup", "email": "", "idLink": { "href": "http://example.com/bpm/api/3.0/identities/group/LoanAgentGroup", "length": 0, "rel": "self" } }, { "levels": 0, "id": "CentralRegion", "email": "", "idLink": { "href": "http://example.com/bpm/api/3.0/identities/group/CentralRegion", "length": 0, "rel": "self" } }, { "levels": 0, "id": "RegionalOffices", "email": "", "idLink": { "href": "http://example.com/bpm/api/3.0/identities/group/RegionalOffices", "length": 0, "rel": "self" } }] } }
cURLの詳細は、「cURLの使用」を参照してください