Gets a list of users by an attribute. Returns a list of the users’ IDs, their emails, and the attributes that were specified in the ‘key’ object of the request.
OK
無効なリクエスト
アクセス拒否
処理不可能なエンティティー
リクエストの回数が多すぎます
{- "after": "string",
- "attr_type": "client",
- "attribute": {
- "key": "string",
- "value": "string"
}, - "keys": [
- "string"
], - "limit": 20,
- "login_project_id": "string",
- "publisher_id": 0,
- "publisher_project_id": 0,
- "search_type": "equal"
}
[- {
- "attributes": [
- {
- "attr_type": "client",
- "data_type": "string",
- "description": "string",
- "format": "string",
- "key": "string",
- "permission": "public",
- "readonly": true,
- "value": "string"
}
], - "email": "string",
- "user_id": "string"
}
]